закрыл задачу 13

This commit is contained in:
Микаэл Оганесян
2025-10-29 02:32:14 +03:00
parent 50ad374cf5
commit 349c7009c6
23 changed files with 3811 additions and 3276 deletions

View File

@@ -16,7 +16,8 @@ import {
Cpu,
// BookImage,
} from "lucide-react";
import { CarrierSvg } from "./CarrierSvg";
import carrierIcon from "./carrier.svg";
export const DRAWER_WIDTH = 300;
@@ -123,7 +124,7 @@ export const NAVIGATION_ITEMS: {
id: "carriers",
label: "Перевозчики",
// @ts-ignore
icon: CarrierSvg,
icon: () => <img src={carrierIcon} alt="Перевозчики"/>,
path: "/carrier",
for_admin: true,
},