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