feat: products page
This commit is contained in:
@ -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: "Шаблоны штрихкодов",
|
||||
|
||||
Reference in New Issue
Block a user