6 lines
164 B
TypeScript
6 lines
164 B
TypeScript
|
|
import { DashboardShellSkeleton } from "@/components/dashboard/DashboardShellSkeleton";
|
||
|
|
|
||
|
|
export default function Loading() {
|
||
|
|
return <DashboardShellSkeleton />;
|
||
|
|
}
|