"use strict"; // I M P O R T import html from "choo/html"; // E X P O R T export default state => { state.hideFooter = true; return html`
`; };