From 50b0c262fd446e9f57630aa5775e1b4708bdf4cb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 29 Nov 2016 21:41:11 +0100 Subject: Client: move menu component in core module --- client/src/app/app.module.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'client/src/app/app.module.ts') 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'; import { SharedModule } from './shared'; import { VideosModule } from './videos'; -import { MenuComponent } from './menu.component'; - const metaConfig: MetaConfig = { //Append a title suffix such as a site name to all titles //Defaults to false @@ -35,8 +33,7 @@ const APP_PROVIDERS = [ @NgModule({ bootstrap: [ AppComponent ], declarations: [ - AppComponent, - MenuComponent + AppComponent ], imports: [ BrowserModule, -- cgit v1.2.3