import { GitFork } from "lucide-react"; import { cn } from "@/lib/utils"; import { ThemeToggle } from "./theme-toggle"; import { PRODUCT_EDITION, PRODUCT_REPOSITORY_URL, PRODUCT_VERSION } from "@/lib/product"; export function SiteFooter({ className }: { className?: string }) { return ( ); }