From 695751627a51efebe6f738d0789c8e9974f41022 Mon Sep 17 00:00:00 2001 From: Siroco Date: Fri, 23 Oct 2020 18:24:40 +0200 Subject: [PATCH] Clean imports --- src/app/app.module.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 98c3bb7..8529e40 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -6,7 +6,6 @@ import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; import { AppRoutingModule } from './app-routing.module'; import { AppComponent } from './app.component'; import { SlideComponent } from './slide/slide.component'; -import { NavigationComponent } from './navigation/navigation.component'; import { ClientService } from './client.service'; import { InitComponent } from './init/init.component'; @@ -15,7 +14,6 @@ import { InitComponent } from './init/init.component'; declarations: [ AppComponent, SlideComponent, - NavigationComponent, InitComponent ], imports: [