5 lines
141 B
TypeScript
5 lines
141 B
TypeScript
import { PageSkeleton } from '@/components/ui/Skeleton';
|
|
|
|
export default function Loading() {
|
|
return <PageSkeleton variant="product" />;
|
|
}
|