Guest User

Untitled

a guest
Mar 17th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. import React from "react";
  2. import ReactDOM from "react-dom";
  3.  
  4. const App = () => {
  5. return <div>Hello React!</div>;
  6. };
  7.  
  8. ReactDOM.render(<App />, document.getElementById("app")
Add Comment
Please, Sign In to add comment