Clean imports
This commit is contained in:
parent
6ae592447a
commit
695751627a
@ -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: [
|
||||
|
Loading…
Reference in New Issue
Block a user