Guest User

Untitled

a guest
Aug 18th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. import * as ReactDOM from 'react-dom';
  2.  
  3. ReactDOM.render(
  4. <h1>Hello world!!</h1>, //or any other valid html snippet
  5. document.getElementById('root') as HTMLElement
  6. );
Add Comment
Please, Sign In to add comment