import m from 'mithril'; import MainPage from './main-page'; m.mount(document.body, MainPage);