diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-01-23 22:32:43 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-01-23 22:32:43 +0100 |
commit | b99290b1d5d736083513fb8f66e91f61bfe07e0b (patch) | |
tree | e0e7fa738ee661a267f5330db35bc46d295f945f /client/src/app/app.module.ts | |
parent | 11ac88de40215783835cf6e6259ff0f6cee258dd (diff) | |
download | PeerTube-b99290b1d5d736083513fb8f66e91f61bfe07e0b.tar.gz PeerTube-b99290b1d5d736083513fb8f66e91f61bfe07e0b.tar.zst PeerTube-b99290b1d5d736083513fb8f66e91f61bfe07e0b.zip |
Client: lazy load admin area
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r-- | client/src/app/app.module.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index 10526e813..482a9b5b7 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -11,7 +11,6 @@ import { AppComponent } from './app.component'; | |||
11 | import { AppState } from './app.service'; | 11 | import { AppState } from './app.service'; |
12 | 12 | ||
13 | import { AccountModule } from './account'; | 13 | import { AccountModule } from './account'; |
14 | import { AdminModule } from './admin'; | ||
15 | import { CoreModule } from './core'; | 14 | import { CoreModule } from './core'; |
16 | import { LoginModule } from './login'; | 15 | import { LoginModule } from './login'; |
17 | import { SharedModule } from './shared'; | 16 | import { SharedModule } from './shared'; |
@@ -47,7 +46,6 @@ const APP_PROVIDERS = [ | |||
47 | MetaModule.forRoot(metaConfig), | 46 | MetaModule.forRoot(metaConfig), |
48 | 47 | ||
49 | AccountModule, | 48 | AccountModule, |
50 | AdminModule, | ||
51 | CoreModule, | 49 | CoreModule, |
52 | LoginModule, | 50 | LoginModule, |
53 | SharedModule, | 51 | SharedModule, |