"use strict";
// P A C K A G E
const html = require("choo-async/html");
// P R O G R A M
// eslint-disable-next-line
const missing = () => async (state, emit) => html`
404
This page does not exist
`;
// E X P O R T
module.exports = exports = missing;