import { DashboardGridSkeleton } from "@/components/shared/skeletons"; import { Skeleton } from "@/components/ui/skeleton"; export default function DashboardLoading() { return (
{/* Welcome Banner skeleton */} {/* Month Picker skeleton */} {/* Dashboard content skeleton (Section Cards + Widget Grid) */}
); }