import { Skeleton } from './ui/skeleton'; export function DashboardLayoutSkeleton() { return (
{/* Sidebar skeleton */}
{/* Logo area */}
{/* Menu items */}
{/* User profile area at bottom */}
{/* Main content skeleton */}
{/* Content blocks */}
); }