Skip to content

Commit 637764b

Browse files
committed
added loader
1 parent 6ca1cf8 commit 637764b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/loading.jsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
export default function Loading() {
2+
return (
3+
<div className="flex h-screen w-full items-center justify-center bg-darker">
4+
<div className="size-16 animate-spin rounded-full border-4 border-dark border-t-white shadow-lg"></div>
5+
</div>
6+
);
7+
}

0 commit comments

Comments
 (0)