From d3350b5c62f4bb0bf887ae6cb4b3c22f9642aaca Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 18 Jul 2018 22:53:01 -0400 Subject: [PATCH] remove unused imports --- jslib | 2 +- src/app/app.component.ts | 9 +++------ 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/jslib b/jslib index 76ece834d1..51ee0b065a 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 76ece834d1d18e9cca71bb3c182d2284dae80958 +Subproject commit 51ee0b065abb965980e8fe398b568c015e557a2f diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 507c8e98bf..ca39b5a1f0 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -1,7 +1,4 @@ -import { - ToasterConfig, - ToasterContainerComponent, -} from 'angular2-toaster'; +import { ToasterConfig } from 'angular2-toaster'; import { Angulartics2GoogleAnalytics } from 'angulartics2/ga'; import { @@ -83,8 +80,8 @@ export class AppComponent implements OnInit { private lockService: LockService, private storageService: StorageService, private cryptoService: CryptoService, private componentFactoryResolver: ComponentFactoryResolver, private messagingService: MessagingService, private collectionService: CollectionService) { - (window as any).BitwardenToasterService = toasterService; - } + (window as any).BitwardenToasterService = toasterService; + } ngOnInit() { this.ngZone.runOutsideAngular(() => {