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