feat: shipping warehouse page
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {Center, Flex, Image, rem, Stack, Tooltip, UnstyledButton, useMantineColorScheme} from '@mantine/core';
|
||||
import {
|
||||
IconBarcode,
|
||||
IconBox,
|
||||
IconBox, IconBuildingWarehouse,
|
||||
IconCash,
|
||||
IconDashboard,
|
||||
IconFileBarcode,
|
||||
@@ -71,6 +71,11 @@ const mockdata = [
|
||||
icon: IconFileBarcode,
|
||||
label: 'Штрихкоды',
|
||||
href: '/barcode'
|
||||
},
|
||||
{
|
||||
icon: IconBuildingWarehouse,
|
||||
label: 'Склады отгрузки',
|
||||
href: '/shipping_warehouses'
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user