'use client' export function LoadingSkeleton() { return (
{[1, 2, 3, 4].map(i => (
))}
) }