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",