import React from 'react' const Footer: React.FC = () => { return (
Footer
) } export default Footer