Files

6 lines
164 B
TypeScript
Raw Permalink Normal View History

import { DashboardShellSkeleton } from "@/components/dashboard/DashboardShellSkeleton";
export default function Loading() {
return <DashboardShellSkeleton />;
}