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