FrontEnd: Playing with store (solidjs)
This commit is contained in:
9
frontend/src/components/AuthLoader.tsx
Normal file
9
frontend/src/components/AuthLoader.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
const AuthLoader = () => {
|
||||
return (
|
||||
<div>
|
||||
<h2>Auth Loading...</h2>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default AuthLoader;
|
||||
Reference in New Issue
Block a user