Files
PolyWeather/frontend/app/loading.tsx
2026-04-08 06:53:49 +08:00

6 lines
164 B
TypeScript

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