From 1c552571961a95747b4604cc1f1e61839a2ca33c Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 11 Jan 2025 01:32:13 -0500 Subject: [PATCH] Clean up from quick actions removal --- inventory/src/components/layout/AppSidebar.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inventory/src/components/layout/AppSidebar.tsx b/inventory/src/components/layout/AppSidebar.tsx index 8acc3f5..b4ec079 100644 --- a/inventory/src/components/layout/AppSidebar.tsx +++ b/inventory/src/components/layout/AppSidebar.tsx @@ -1,11 +1,10 @@ -import { Home, Package, ShoppingCart, BarChart2, Settings, Plus, Box, ClipboardList } from "lucide-react"; +import { Home, Package, ShoppingCart, BarChart2, Settings, Box, ClipboardList } from "lucide-react"; import { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupContent, - SidebarGroupLabel, SidebarHeader, SidebarMenu, SidebarMenuButton,