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