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