diff options
Diffstat (limited to 'client/src/app/app-routing.module.ts')
-rw-r--r-- | client/src/app/app-routing.module.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/app-routing.module.ts b/client/src/app/app-routing.module.ts index d3cdcefea..bcae29c9a 100644 --- a/client/src/app/app-routing.module.ts +++ b/client/src/app/app-routing.module.ts | |||
@@ -18,6 +18,10 @@ const routes: Routes = [ | |||
18 | loadChildren: () => import('./+my-account/my-account.module').then(m => m.MyAccountModule) | 18 | loadChildren: () => import('./+my-account/my-account.module').then(m => m.MyAccountModule) |
19 | }, | 19 | }, |
20 | { | 20 | { |
21 | path: 'my-library', | ||
22 | loadChildren: () => import('./+my-library/my-library.module').then(m => m.MyLibraryModule) | ||
23 | }, | ||
24 | { | ||
21 | path: 'verify-account', | 25 | path: 'verify-account', |
22 | loadChildren: () => import('./+signup/+verify-account/verify-account.module').then(m => m.VerifyAccountModule) | 26 | loadChildren: () => import('./+signup/+verify-account/verify-account.module').then(m => m.VerifyAccountModule) |
23 | }, | 27 | }, |