Feature/wms 35 (#34)
Added: Location label form Co-authored-by: [Diksha] <[diksha39511@gmail.com]> Co-authored-by: Llewellyn D'souza <lledsouza2209@gmail.com> Co-authored-by: bluestreamlds <85561356+bluestreamlds@users.noreply.github.com>
This commit is contained in:
@@ -45,6 +45,7 @@ import LoginScreen from 'pages/authentication';
|
||||
// @mui icons
|
||||
import Icon from '@mui/material/Icon';
|
||||
import WarehouseScreen from 'pages/warehouse';
|
||||
import LabelingScreen from 'pages/labeling';
|
||||
|
||||
// Images
|
||||
// import profilePicture from 'assets/images/team-3.jpg';
|
||||
@@ -85,7 +86,7 @@ const protectedRoutes = [
|
||||
key: 'dashboard',
|
||||
route: '/dashboard',
|
||||
component: <DashboardScreen />
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -101,6 +102,26 @@ const protectedRoutes = [
|
||||
component: <WarehouseScreen />
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: 'collapse',
|
||||
name: 'Setup',
|
||||
key: 'Setup',
|
||||
icon: <Icon fontSize="medium">dashboard</Icon>,
|
||||
collapse: [
|
||||
{
|
||||
name: 'Warehouse Design',
|
||||
key: 'warehouse',
|
||||
route: '/warehouse',
|
||||
component: <WarehouseScreen />
|
||||
},
|
||||
{
|
||||
name: 'Labeling',
|
||||
key: 'labeling',
|
||||
route: '/labeling',
|
||||
component: <LabelingScreen />
|
||||
}
|
||||
]
|
||||
}
|
||||
// { type: 'title', title: 'Pages', key: 'title-pages' },
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user