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