importReactfrom'react';importReactDOMfrom'react-dom/client';import'./index.css';importAppfrom'./App';importreportWebVitalsfrom'./reportWebVitals';constroot=ReactDOM.createRoot(document.getElementById('root'));root.render(<React.StrictMode><App/></React.StrictMode>);// Si vous souhaitez mesurer les performances de votre application// pour plus d'informations: https://bit.ly/CRA-vitalsreportWebVitals();