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