export default function RootLoading() { return (
{/* Header skeleton */}
{/* Content skeleton */}
{Array.from({ length: 6 }).map((_, i) => (
))}
); }