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