function HpFooter() { return ( ); } function FooterCol({ heading, links }) { return (
{heading}
); } window.HpFooter = HpFooter;