Feat/wms 49 (#45)

* Added: inventory home route
* Deleted: extra file
* Updated: linted
* Fixed: Tilegrid for tile component
* Integrated: tile component
* Fixed: routes
* Updated: Setup page order
* Added: redirect to inventory
* Fixed: add new inventory redirect
* Udpate: restructured code

Co-authored-by: Llewellyn D'souza <lledsouza2209@gmail.com>
This commit is contained in:
bluestreamlds
2022-02-04 15:36:54 +05:30
committed by GitHub
parent 6561755cb3
commit 1cc9a95e9f
7 changed files with 56 additions and 155 deletions

View File

@@ -16,7 +16,7 @@ function SetupHome() {
},
{
name: 'Inventory',
path: '/',
path: '/inventory',
icon: <InventoryIcon width={96} height={96} color="#007AFF" />
},
{