import React from "react"; import { Goose } from "../icons/goose"; const Footer = () => { return ( ); }; export default Footer;