Created
January 20, 2021 03:28
-
-
Save nafeu/8ceb20832a563918adf9796bd520d766 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 React from 'https://cdn.skypack.dev/react'; | |
| import ReactDOM from 'https://cdn.skypack.dev/react-dom'; | |
| const App = () => { | |
| return ( | |
| <h1>Hello World x2</h1> | |
| ); | |
| } | |
| ReactDOM.render(<App />, document.getElementById("root")); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment