X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp-routing.module.ts;h=bcae29c9a3e962087308c33cbd2d034082a7d4c3;hb=eb3e5b2ebe51597c7ed940af5d38f12a5342d513;hp=d3cdcefea5e548b87946650ec07de10faa7520f3;hpb=ca00baa75ae849b1ba4953f0ff843ff5452f6745;p=github%2FChocobozzz%2FPeerTube.git 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 @@ -17,6 +17,10 @@ const routes: Routes = [ path: 'my-account', loadChildren: () => import('./+my-account/my-account.module').then(m => m.MyAccountModule) }, + { + path: 'my-library', + loadChildren: () => import('./+my-library/my-library.module').then(m => m.MyLibraryModule) + }, { path: 'verify-account', loadChildren: () => import('./+signup/+verify-account/verify-account.module').then(m => m.VerifyAccountModule)