const m = require('mithril') const Frontpage = { view: function() { return [ m('h4.header', 'Frontpage'), ] } } module.exports = Frontpage