Update app.routes.ts

This commit is contained in:
Milad Raeisi
2024-09-26 12:37:45 +04:00
parent dba6ab1b7a
commit e4c2b02ad6

View File

@@ -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')