import { Link } from "@heroui/link"; import { Divider } from "@heroui/divider"; import { fontCursive } from "@/config/fonts"; import { HeartFilledIcon } from "@/components/icons"; import { AdminAuth } from "./AdminAuth"; export const Footer = () => { const currentYear = new Date().getFullYear(); return ( ); };