import React from 'react' import { render } from 'react-dom' import App from './modules/App' render(, document.getElementById('app'))