source:
reactapp/src/index.js@
af801e3
Last change on this file since af801e3 was 800779d, checked in by , 2 years ago | |
---|---|
|
|
File size: 156 bytes |
Line | |
---|---|
1 | import ReactDOM from "react-dom/client"; |
2 | import App from "./App"; |
3 | |
4 | const root = ReactDOM.createRoot(document.getElementById("root")); |
5 | root.render(<App />); |
Note:
See TracBrowser
for help on using the repository browser.