import { Application } from './application'; window.addEventListener('load', function(){ preact.render( , document.getElementById('application') ); });