// Footer — 전 페이지 공용 const Footer = () => { return ( ); }; const FooterCol = ({ title, links }) =>
{title}
; window.Footer = Footer;