Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import React from 'react';
  2. import ReactDOM from 'react-dom';
  3.  
  4. // main app
  5. import App from './containers/App';
  6.  
  7. ReactDOM.render(<App />, document.getElementById('app'))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement