From 4e3977cbf1b1394bc4c6a804f9c6b22f316ba3a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Fri, 28 Mar 2025 11:02:59 +0400 Subject: [PATCH] Fix lint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- apps/console/src/components/NavMain.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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;