We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddae9bd commit 35e7625Copy full SHA for 35e7625
apps/web/src/app/admin/loading.tsx
@@ -0,0 +1,9 @@
1
+import Loading from "@/components/shared/Loading";
2
+
3
+export default function AdminLoading() {
4
+ return (
5
+ <div className="flex h-screen w-screen items-center justify-center">
6
+ <Loading />
7
+ </div>
8
+ );
9
+}
0 commit comments