"use strict"; // I M P O R T import html from "choo/html"; // U T I L S import config from "~root/config"; import editLink from "./edit-link"; import emailSubscribe from "./email-subscribe"; // E X P O R T export default state => { if (state.hideFooter) return ""; return html`
${emailSubscribe()}
`; };