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