import React from 'react'; import { StyledFooter } from './styled'; const Footer = (): React.ReactElement => ( footer ); export default Footer;