const html = require('choo/html'); export default function error(_state, _emit) { return html`

Error

Sorry, an error occurred.

`; }