type Props = {}; const Footer = (props: Props) => { return
Footer
; }; export default Footer;