mirror of
https://github.com/block-core/angor-hub-old.git
synced 2026-01-31 15:44:20 +01:00
Update app.routes.ts
This commit is contained in:
@@ -82,6 +82,10 @@ export const appRoutes: Route[] = [
|
||||
path: 'profile',
|
||||
loadChildren: () => import('app/components/profile/profile.routes')
|
||||
},
|
||||
{
|
||||
path: 'profile/:pubkey',
|
||||
loadChildren: () => import('app/components/profile/profile.routes')
|
||||
},
|
||||
{
|
||||
path: 'settings',
|
||||
loadChildren: () => import('app/components/settings/settings.routes')
|
||||
|
||||
Reference in New Issue
Block a user