import config from '../config/site.config' const createFooterMarkup = () => { return { __html: config.footer, } } const Footer = () => { return (
) } export default Footer