import React from 'react'; export default function LoadingSpinner({ fullscreen = false }) { if (fullscreen) { return (
Chargement...