mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Logain init validation | Loading Spinner
This commit is contained in:
8
components/Loading.tsx
Normal file
8
components/Loading.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
export default function Loading() {
|
||||
return (
|
||||
<div className="flex items-center justify-center h-screen">
|
||||
<span className="loading loading-ring loading-xl"></span>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user