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

@@ -18,7 +18,7 @@ function SetupInventory() {
},
{
name: 'Products',
path: { update: '/', addNew: '/inventory-new', cycleCount: '/', list: '/' },
path: { update: '/', addNew: '/setup/inventory/inventory-new', cycleCount: '/', list: '/' },
icon: <ProductsIcon />
},
{