// Main App const App = () => (
); ReactDOM.createRoot(document.getElementById('root')).render();