Fixed issue of code (#50)

* Fixed issue of code
* Fixed wms-34 comment as per jira ticket
* Updated: Linted and fixed import
* Renamed: File Component
* Added: route

Co-authored-by: Llewellyn D'souza <lledsouza2209@gmail.com>
This commit is contained in:
Hiren Padsala
2022-02-10 11:54:16 +05:30
committed by GitHub
parent e2d720c044
commit e79ae36f4f
3 changed files with 552 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ import LabelingHome from 'pages/labellingHome';
import SetupInventory from 'pages/setupInventory';
import HomeIcon from 'assets/images/HomeIcon';
import SetupIcon from 'assets/images/SetupIcon';
import AddNewProduct from '../pages/addNewProduct';
// Images
// import profilePicture from 'assets/images/team-3.jpg';
@@ -147,6 +148,13 @@ const protectedRoutes = [
route: '/setup/inventory/inventory-new',
component: <InventoryScreen />
},
{
name: 'Add New Product',
key: 'add-new-product',
hide: true,
route: '/setup/inventory/product/add-new-product',
component: <AddNewProduct />
},
{
name: 'Location Labeling',
key: 'location-labeling',