'use client'; import React from 'react'; const Loading = ({ size = 'md' }) => { const sizes = { sm: 'w-5 h-5', md: 'w-8 h-8', lg: 'w-12 h-12' }; return (
Chargement