Logain init validation | Loading Spinner

This commit is contained in:
headlesdev
2025-05-17 15:45:02 +02:00
parent ac6c71eee9
commit 52251344f2
3 changed files with 93 additions and 69 deletions

8
components/Loading.tsx Normal file
View 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>
);
}