feature/wms-30 completed design with single component (#36)

* feature/wms-30 completed design with single component
* Renamed, linted, fixed broken import

Co-authored-by: Llewellyn D'souza <lledsouza2209@gmail.com>
This commit is contained in:
Hiren Padsala
2022-01-31 15:44:59 +05:30
committed by GitHub
parent 4666a1e3b9
commit a99feeea7e
2 changed files with 109 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ import LoginScreen from 'pages/authentication';
// @mui icons
import Icon from '@mui/material/Icon';
import WarehouseScreen from 'pages/warehouse';
import NewWarehouseDetails from 'pages/newWarehouseDetails';
import SetupHome from 'pages/setup';
import LabelingScreen from 'pages/labeling';
@@ -108,6 +109,12 @@ const protectedRoutes = [
route: '/warehouse',
component: <WarehouseScreen />
},
{
name: 'New/Edit Warehouse Details',
key: 'warehouse-form',
route: '/warehouse-design-form',
component: <NewWarehouseDetails />
},
{
name: 'Labeling',
key: 'labeling',