feat: attributes page

This commit is contained in:
2025-11-02 16:07:49 +04:00
parent 8020561da6
commit 03be3903cb
16 changed files with 348 additions and 48 deletions

View File

@ -4,6 +4,7 @@ import {
IconColumns,
IconFileBarcode,
IconLayoutKanban,
IconList,
IconUsers,
} from "@tabler/icons-react";
import { ModuleNames } from "@/modules/modules";
@ -22,6 +23,12 @@ const linksData: LinkData[] = [
href: "/modules",
moduleName: undefined,
},
{
icon: IconList,
label: "Атрибуты",
href: "/attributes",
moduleName: undefined,
},
{
icon: IconUsers,
label: "Клиенты",