diff --git a/services/frontend/src/components/shell/nav-rail.tsx b/services/frontend/src/components/shell/nav-rail.tsx index 51f638d..8a9e2ed 100644 --- a/services/frontend/src/components/shell/nav-rail.tsx +++ b/services/frontend/src/components/shell/nav-rail.tsx @@ -1,6 +1,5 @@ "use client"; -import { LayoutDashboard } from "lucide-react"; import { usePathname } from "next/navigation"; import { isActivePath, navItems } from "@/lib/navigation"; import { cn } from "@/lib/utils"; @@ -42,12 +41,6 @@ export function NavRail() { return (