import Logo from "./logo"; import { Button } from "./ui/button"; const Footer = () => { return ( ); }; export default Footer;