export default function Loading() { return (
{Array.from({ length: 4 }).map((_, i) => (
))}
) }