git init
This commit is contained in:
4
app/dashboard/(overview)/loading.tsx
Normal file
4
app/dashboard/(overview)/loading.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
import DashboardSkeleton from "@/app/ui/skeletons";
|
||||
export default function Loading() {
|
||||
return <DashboardSkeleton />;
|
||||
};
|
||||
Reference in New Issue
Block a user