import React from 'react'; function Footer(props:any) { return ( ); } export default Footer;