export default function LoadingRecapGrid() { return (
{Array.from({ length: 6 }).map((_, index) => (
))}
); }