mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
removed unused imports
This commit is contained in:
parent
8479e57fa5
commit
d8e61d49c0
@ -4,11 +4,6 @@ import {
|
|||||||
OnInit,
|
OnInit,
|
||||||
} from '@angular/core';
|
} from '@angular/core';
|
||||||
|
|
||||||
import {
|
|
||||||
ActivatedRoute ,
|
|
||||||
Router,
|
|
||||||
} from '@angular/router';
|
|
||||||
|
|
||||||
import { EnvironmentService } from 'jslib/abstractions/environment.service';
|
import { EnvironmentService } from 'jslib/abstractions/environment.service';
|
||||||
import { I18nService } from 'jslib/abstractions/i18n.service';
|
import { I18nService } from 'jslib/abstractions/i18n.service';
|
||||||
import { PlatformUtilsService } from 'jslib/abstractions/platformUtils.service';
|
import { PlatformUtilsService } from 'jslib/abstractions/platformUtils.service';
|
||||||
@ -41,7 +36,7 @@ export class SendComponent extends BaseSendComponent implements OnInit {
|
|||||||
constructor(sendService: SendService, i18nService: I18nService,
|
constructor(sendService: SendService, i18nService: I18nService,
|
||||||
platformUtilsService: PlatformUtilsService, environmentService: EnvironmentService,
|
platformUtilsService: PlatformUtilsService, environmentService: EnvironmentService,
|
||||||
broadcasterService: BroadcasterService, ngZone: NgZone,
|
broadcasterService: BroadcasterService, ngZone: NgZone,
|
||||||
private router: Router, private route: ActivatedRoute, searchService: SearchService) {
|
searchService: SearchService) {
|
||||||
super(sendService, i18nService, platformUtilsService,
|
super(sendService, i18nService, platformUtilsService,
|
||||||
environmentService, broadcasterService, ngZone, searchService);
|
environmentService, broadcasterService, ngZone, searchService);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user