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