import { DashboardSkeleton } from "@/components/shared/skeleton"
export default function DashboardLoading() {
return <DashboardSkeleton />
}