diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-11-29 21:41:11 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-11-29 21:41:11 +0100 |
commit | 50b0c262fd446e9f57630aa5775e1b4708bdf4cb (patch) | |
tree | 8e7a899cb886b2f741546bd8fc2e7084c12deb1e /client/src/app/app.module.ts | |
parent | f81bb2853cedd7e65859756a5941d5c7e8b3ca2d (diff) | |
download | PeerTube-50b0c262fd446e9f57630aa5775e1b4708bdf4cb.tar.gz PeerTube-50b0c262fd446e9f57630aa5775e1b4708bdf4cb.tar.zst PeerTube-50b0c262fd446e9f57630aa5775e1b4708bdf4cb.zip |
Client: move menu component in core module
Diffstat (limited to 'client/src/app/app.module.ts')
-rw-r--r-- | client/src/app/app.module.ts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index 555f412e7..e9bb800f4 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts | |||
@@ -16,8 +16,6 @@ import { LoginModule } from './login'; | |||
16 | import { SharedModule } from './shared'; | 16 | import { SharedModule } from './shared'; |
17 | import { VideosModule } from './videos'; | 17 | import { VideosModule } from './videos'; |
18 | 18 | ||
19 | import { MenuComponent } from './menu.component'; | ||
20 | |||
21 | const metaConfig: MetaConfig = { | 19 | const metaConfig: MetaConfig = { |
22 | //Append a title suffix such as a site name to all titles | 20 | //Append a title suffix such as a site name to all titles |
23 | //Defaults to false | 21 | //Defaults to false |
@@ -35,8 +33,7 @@ const APP_PROVIDERS = [ | |||
35 | @NgModule({ | 33 | @NgModule({ |
36 | bootstrap: [ AppComponent ], | 34 | bootstrap: [ AppComponent ], |
37 | declarations: [ | 35 | declarations: [ |
38 | AppComponent, | 36 | AppComponent |
39 | MenuComponent | ||
40 | ], | 37 | ], |
41 | imports: [ | 38 | imports: [ |
42 | BrowserModule, | 39 | BrowserModule, |