import Row from "@/src/components/lib/layout/Row"; import Span from "@/src/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 ( ); }