docs
This commit is contained in:
@@ -35,6 +35,13 @@ export const routes: Routes = [
|
||||
(module) => module.CombatPageComponent,
|
||||
),
|
||||
},
|
||||
{
|
||||
path: 'npc/:npcKey',
|
||||
loadComponent: () =>
|
||||
import('./features/npc/merchant-page.component').then(
|
||||
(module) => module.MerchantPageComponent,
|
||||
),
|
||||
},
|
||||
{
|
||||
path: 'inventory',
|
||||
loadComponent: () =>
|
||||
|
||||
Reference in New Issue
Block a user