export default function ReportsLoading() { return (
{Array.from({ length: 4 }).map((_, idx) => (
))}
{Array.from({ length: 3 }).map((_, idx) => (
))}
); }