X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fapp.module.ts;h=e9bb800f4f2dfb2a5b793e82afa7e01147e997f8;hb=50b0c262fd446e9f57630aa5775e1b4708bdf4cb;hp=555f412e7c44f41a6ce994994a22f73dbe54050e;hpb=f81bb2853cedd7e65859756a5941d5c7e8b3ca2d;p=github%2FChocobozzz%2FPeerTube.git 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,