import React from 'react' import styles from './footer.module.css' const Footer = () => { return ( ) } export default Footer