import { Skeleton } from "@/components/ui/skeleton" /** * Dashboard route fallback — used by the `` wrapping the * lazy dashboard tabs in `src/views/dashboard.tsx`. */ export function DashboardLoadingFallback() { return (
) }