import React from 'react'; import App from './containers/App'; React.render( , document.getElementById('root') );