We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca1cf8 commit 637764bCopy full SHA for 637764b
app/loading.jsx
@@ -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