// jsx/App.jsx function App() { return (
); } ReactDOM.render(, document.getElementById("root"));