import React from "react"; import "./footer.css"; function Footer() { return ( ); } export default Footer;