feat(web): route and enable the Inventar nav entry
This commit is contained in:
@@ -28,6 +28,13 @@ export const routes: Routes = [
|
||||
(module) => module.CombatPageComponent,
|
||||
),
|
||||
},
|
||||
{
|
||||
path: 'inventory',
|
||||
loadComponent: () =>
|
||||
import('./features/inventory/inventory-page.component').then(
|
||||
(module) => module.InventoryPageComponent,
|
||||
),
|
||||
},
|
||||
],
|
||||
},
|
||||
{ path: '**', redirectTo: 'world' },
|
||||
|
||||
Reference in New Issue
Block a user