]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app-routing.module.ts
wt-plugin: clearify err msg
[github/Chocobozzz/PeerTube.git] / client / src / app / app-routing.module.ts
index d3cdcefea5e548b87946650ec07de10faa7520f3..bcae29c9a3e962087308c33cbd2d034082a7d4c3 100644 (file)
@@ -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)