diff --git a/components/app-sidebar.tsx b/components/app-sidebar.tsx index e4ed434..19a4f3d 100644 --- a/components/app-sidebar.tsx +++ b/components/app-sidebar.tsx @@ -18,8 +18,8 @@ import { Button } from "@/components/ui/button" import Link from "next/link" import Cookies from "js-cookie" import { useRouter } from "next/navigation" +import packageJson from "@/package.json" -// Typdefinitionen interface NavItem { title: string icon?: React.ComponentType @@ -83,7 +83,7 @@ export function AppSidebar({ ...props }: React.ComponentProps) { Logo
CoreControl - v0.0.1 + v{packageJson.version}