]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/app-routing.module.ts
Improve responsive account about page
[github/Chocobozzz/PeerTube.git] / client / src / app / app-routing.module.ts
index 2ee3cf97436b00e45f3f489a07f27472001d3f56..799748cfabde0408a9822f805f0c840cdfa4d933 100644 (file)
@@ -7,6 +7,14 @@ const routes: Routes = [
   {
     path: 'admin',
     loadChildren: './+admin/admin.module#AdminModule'
+  },
+  {
+    path: 'accounts',
+    loadChildren: './+accounts/accounts.module#AccountsModule'
+  },
+  {
+    path: 'video-channels',
+    loadChildren: './+video-channels/video-channels.module#VideoChannelsModule'
   }
 ]