/* global React */ function Footer() { return ( ); } function FooterCol({ title, links }) { return (
{title}
); } window.Footer = Footer;