import { Skeleton } from '@/components/ui/skeleton' export default function Loading() { return (
{[1, 2, 3, 4].map((i) => ( ))}
) }