1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-04 17:43:39 +00:00

remove unused services (#8334)

This commit is contained in:
Jonathan Prusik
2024-03-15 10:11:16 -04:00
committed by GitHub
parent 770f782a16
commit ac7d80980d
17 changed files with 0 additions and 35 deletions

View File

@@ -3,7 +3,6 @@ import { ActivatedRoute, NavigationEnd, Router } from "@angular/router";
import { filter, map, Observable, startWith } from "rxjs";
import { OrganizationService } from "@bitwarden/common/admin-console/abstractions/organization/organization.service.abstraction";
import { StateService } from "@bitwarden/common/platform/abstractions/state.service";
import { ReportVariant, reports, ReportType, ReportEntry } from "../../../tools/reports";
@@ -17,7 +16,6 @@ export class ReportsHomeComponent implements OnInit {
constructor(
private route: ActivatedRoute,
private stateService: StateService,
private organizationService: OrganizationService,
private router: Router,
) {}