import html from 'choo/html'; export const errorView = (state, emit, i18n) => { return html` ${i18n.__('404.header')} `; }