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