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