diff --git a/src/components/shared/site-footer.tsx b/src/components/shared/site-footer.tsx index 3164955..206a2f6 100644 --- a/src/components/shared/site-footer.tsx +++ b/src/components/shared/site-footer.tsx @@ -1,7 +1,7 @@ import { GitFork } from "lucide-react"; import { cn } from "@/lib/utils"; import { ThemeToggle } from "./theme-toggle"; -import { PRODUCT_BASE_NAME, PRODUCT_EDITION, PRODUCT_REPOSITORY_URL, PRODUCT_VERSION } from "@/lib/product"; +import { PRODUCT_EDITION, PRODUCT_REPOSITORY_URL, PRODUCT_VERSION } from "@/lib/product"; export function SiteFooter({ className }: { className?: string }) { return ( @@ -11,9 +11,8 @@ export function SiteFooter({ className }: { className?: string }) { className, )} > -