const {pull} = require('pull-stream') const h = require('hyperscript') const engine = { init: () => ({model: {}}), update: (model, action) => {}, view: (model, dispatch) => { return h('body', [ h('h1', 'localhost'), h('a', { href: '/web/%25wvRo2yjx7hMK%2Fst8OzScCmadfeNLeotjPsKyR5vGon0%3D.sha256/index.html' }, 'MVD') ]) }, run: (lastModel, effect, sources) => {} } module.exports = engine