/* eslint-disable react/prop-types */ function App() { return (
); } ReactDOM.createRoot(document.getElementById('root')).render();