import * as React from 'react'; import * as ReactDOM from 'react-dom'; // import UI / css framework here import './ui/styles/app.scss'; import Application from './ui/application'; ReactDOM.render(, document.getElementById('root'));