Guest User

Untitled

a guest
Jul 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. class Hello extends React.Component {
  2. render() {
  3. return(
  4. <div className="container">
  5. <h1>Getting Started</h1>
  6. </div>
  7. );
  8. }
  9. }
  10. ReactDOM.render(<Hello />, mountNode);
Add Comment
Please, Sign In to add comment