mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
remove unused imports
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 76ece834d1...51ee0b065a
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user