feat: products page

This commit is contained in:
2025-10-08 22:32:16 +04:00
parent 820d9b4d33
commit 8af4fcce2f
25 changed files with 664 additions and 58 deletions

View File

@ -1,4 +1,5 @@
import {
IconBox,
IconColumns,
IconFileBarcode,
IconLayoutKanban,
@ -26,6 +27,12 @@ const linksData: LinkData[] = [
href: "/services",
moduleName: ModuleNames.FULFILLMENT_BASE,
},
{
icon: IconBox,
label: "Товары",
href: "/products",
moduleName: ModuleNames.FULFILLMENT_BASE,
},
{
icon: IconFileBarcode,
label: "Шаблоны штрихкодов",