From 10dbf1593b27b680b2d5551274d00647424f247a Mon Sep 17 00:00:00 2001 From: Samandar Turgunboyev Date: Sat, 24 Jan 2026 14:51:52 +0500 Subject: [PATCH] bug fix --- src/widgets/sidebar-layout/index.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/widgets/sidebar-layout/index.tsx b/src/widgets/sidebar-layout/index.tsx index 862835a..cd52480 100644 --- a/src/widgets/sidebar-layout/index.tsx +++ b/src/widgets/sidebar-layout/index.tsx @@ -8,7 +8,6 @@ import { LogOut, Package, Ruler, - ShoppingCart, Users, } from "lucide-react"; import { Link, useLocation, useNavigate } from "react-router-dom"; @@ -58,11 +57,11 @@ const items = [ url: "/dashboard/banners", icon: Image, }, - { - title: "Zakazlar", - url: "/dashboard/orders", - icon: ShoppingCart, - }, + // { + // title: "Zakazlar", + // url: "/dashboard/orders", + // icon: ShoppingCart, + // }, { title: "Foydalanuvchilar", url: "/dashboard/users",