import Container from "./container"; import { EXAMPLE_PATH } from "../lib/constants"; const Footer = () => { return ( ); }; export default Footer;