// Mount the app
const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(<App />);