diff --git a/apps/console/src/components/NavMain.tsx b/apps/console/src/components/NavMain.tsx index 12af537c7..74b37394f 100644 --- a/apps/console/src/components/NavMain.tsx +++ b/apps/console/src/components/NavMain.tsx @@ -24,14 +24,7 @@ import { SidebarMenuSubButton, SidebarMenuSubItem, } from "@/components/ui/sidebar"; -import { - BookOpen, - Building, - FileText, - Settings, - ToyBrick, - Users, -} from "lucide-react"; +import { BookOpen, FileText, Settings, ToyBrick, Users } from "lucide-react"; interface NavItem { title: string;