import React from 'react'; import ReactDOM from 'react-dom'; import TotoList from './TotoList' ReactDOM.render( , document.getElementById('root') );