Created
June 30, 2021 05:59
-
-
Save thecoder8890/90af76b08ea0fd60bd6cc4236e88f890 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 = documentsgetElementByIdLappl; | |
ReactDOM.render(<App />, container); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment