import { Logo } from '@/components/logo'; import { Button } from '@/components/ui/button'; export const Footer = () => { return (
); };