Updated: all page routes

This commit is contained in:
Llewellyn Dsouza
2022-02-07 23:02:26 +05:30
parent 27ff4e17db
commit e2d720c044
5 changed files with 39 additions and 33 deletions

View File

@@ -11,22 +11,22 @@ function SetupHome() {
const data = [
{
name: 'Warehouse',
path: '/warehouse',
path: '/setup/warehouse',
icon: <WarehouseIcon width={96} height={96} color="#007AFF" />
},
{
name: 'Inventory',
path: '/inventory',
path: '/setup/inventory',
icon: <InventoryIcon width={96} height={96} color="#007AFF" />
},
{
name: 'User & Access',
path: '/',
path: '/setup/users-access',
icon: <ProfileCircleIcon width={96} height={96} color="#007AFF" />
},
{
name: 'Labeling',
path: '/labeling',
path: '/setup/labeling',
icon: <LabelIcon width={96} height={96} color="#007AFF" />
}
];