diff --git a/app/(protected)/dashboard/loading.tsx b/app/(protected)/dashboard/loading.tsx index 7ad32ed..83d2a91 100644 --- a/app/(protected)/dashboard/loading.tsx +++ b/app/(protected)/dashboard/loading.tsx @@ -5,8 +5,15 @@ export default function DashboardLoading() { return ( <> - - +
+
+ + + +
+ + +
); }