Guest User

Untitled

a guest
Apr 16th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. const test = (
  2. <div className="App">
  3. <h1>{`Hi, I'm a React App`}</h1>
  4. </div>
  5. );
  6.  
  7. ReactDOM.render(test, document.querySelector("#app"));
Add Comment
Please, Sign In to add comment