diff --git a/inventory/src/components/layout/AppSidebar.tsx b/inventory/src/components/layout/AppSidebar.tsx index b4ec079..9a692a7 100644 --- a/inventory/src/components/layout/AppSidebar.tsx +++ b/inventory/src/components/layout/AppSidebar.tsx @@ -39,6 +39,7 @@ const items = [ icon: BarChart2, url: "/analytics", }, + ]; export function AppSidebar() { @@ -74,9 +75,10 @@ export function AppSidebar() { - - - + + + + - + + + ); } \ No newline at end of file