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