import { render } from 'inferno'; import App from './App'; render(<App />, document.getElementById('app'));