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