import Span from "@/components/lib/layout/Span"; import { PropsWithChildren } from "react"; import { twMerge } from "tailwind-merge"; type Props = {}; export default function Footer({}: Props) { const date = new Date(); return ( ); }