Created
June 30, 2021 06:04
-
-
Save thecoder8890/8aaeb3572631b6ac1e8a7346a99b050e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import ReactDOM from 'react-dom'; | |
import App from 'App'; | |
const container = document.getElementById('app'); | |
const root = ReactDOM.createRoot(container); | |
root.render(‹App />); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment