// Footer const Footer = () => ( ); const FooterCol = ({ title, items }) => (
{title}
); window.Footer = Footer;