import React from 'react'; import App from './containers/App'; import 'todomvc-app-css/index.css'; React.render( , document.getElementById('root') );