Files
PolyWeather/frontend/app/loading.tsx
T

6 lines
164 B
TypeScript
Raw Normal View History

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