import * as React from 'react'; import { render } from 'react-dom'; import App from './components/App'; render(, document.getElementById('app'));