aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-17 15:25:50 +0200
committerChocobozzz <me@florianbigard.com>2018-05-17 15:25:50 +0200
commit4b4f22fc30063bb715230b1e0f76ac25050c5a55 (patch)
tree17124a51388df6f5fe58689f9674cdfc23be5367
parent5f92c4dc5f08094548be9d23080dd3ca75741c65 (diff)
downloadPeerTube-4b4f22fc30063bb715230b1e0f76ac25050c5a55.tar.gz
PeerTube-4b4f22fc30063bb715230b1e0f76ac25050c5a55.tar.zst
PeerTube-4b4f22fc30063bb715230b1e0f76ac25050c5a55.zip
Remove bad comments
-rw-r--r--client/src/app/app-routing.module.ts32
1 files changed, 16 insertions, 16 deletions
diff --git a/client/src/app/app-routing.module.ts b/client/src/app/app-routing.module.ts
index 46e108cc7..936912d28 100644
--- a/client/src/app/app-routing.module.ts
+++ b/client/src/app/app-routing.module.ts
@@ -4,22 +4,22 @@ import { RouterModule, Routes } from '@angular/router'
4import { PreloadSelectedModulesList } from './core' 4import { PreloadSelectedModulesList } from './core'
5 5
6const routes: Routes = [ 6const routes: Routes = [
7 // { 7 {
8 // path: 'admin', 8 path: 'admin',
9 // loadChildren: './+admin/admin.module#AdminModule' 9 loadChildren: './+admin/admin.module#AdminModule'
10 // }, 10 },
11 // { 11 {
12 // path: 'my-account', 12 path: 'my-account',
13 // loadChildren: './+my-account/my-account.module#MyAccountModule' 13 loadChildren: './+my-account/my-account.module#MyAccountModule'
14 // }, 14 },
15 // { 15 {
16 // path: 'accounts', 16 path: 'accounts',
17 // loadChildren: './+accounts/accounts.module#AccountsModule' 17 loadChildren: './+accounts/accounts.module#AccountsModule'
18 // }, 18 },
19 // { 19 {
20 // path: 'video-channels', 20 path: 'video-channels',
21 // loadChildren: './+video-channels/video-channels.module#VideoChannelsModule' 21 loadChildren: './+video-channels/video-channels.module#VideoChannelsModule'
22 // } 22 }
23] 23]
24 24
25@NgModule({ 25@NgModule({