// Footer function Footer() { return ( ); } function FootCol({ title, items }) { return (
{title}
); } window.Footer = Footer;