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