Files

6 lines
144 B
TypeScript
Raw Permalink Normal View History

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