Comprehensive admin + user dashboards (production-ready)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { HeaderSkeleton, StatRowSkeleton, ListSkeleton, Skeleton } from "@/components/ui/skeleton";
|
||||
|
||||
export default function DashboardLoading() {
|
||||
return (
|
||||
<>
|
||||
<HeaderSkeleton />
|
||||
<StatRowSkeleton count={3} />
|
||||
<div className="mt-6 space-y-3">
|
||||
<Skeleton className="h-5 w-40" />
|
||||
<ListSkeleton rows={5} />
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user