diff options
author | Chocobozzz <me@florianbigard.com> | 2018-05-17 15:25:50 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-05-17 15:25:50 +0200 |
commit | 4b4f22fc30063bb715230b1e0f76ac25050c5a55 (patch) | |
tree | 17124a51388df6f5fe58689f9674cdfc23be5367 /client/src | |
parent | 5f92c4dc5f08094548be9d23080dd3ca75741c65 (diff) | |
download | PeerTube-4b4f22fc30063bb715230b1e0f76ac25050c5a55.tar.gz PeerTube-4b4f22fc30063bb715230b1e0f76ac25050c5a55.tar.zst PeerTube-4b4f22fc30063bb715230b1e0f76ac25050c5a55.zip |
Remove bad comments
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/app-routing.module.ts | 32 |
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' | |||
4 | import { PreloadSelectedModulesList } from './core' | 4 | import { PreloadSelectedModulesList } from './core' |
5 | 5 | ||
6 | const routes: Routes = [ | 6 | const 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({ |