import React from "react"; const Footer = () => { return ( <>
footer ); } export default Footer;