import styles from './Footer.module.scss'; function Footer({ children }) { return (
{children}
); } export default Footer;