import React, { Fragment } from "react"; const Footer = (): JSX.Element => { return ( ) }; export default Footer;