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