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