1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-08 19:43:45 +00:00

Moved reports files into tools ownership and updated the imports (#7222)

This commit is contained in:
aj-rosado
2023-12-28 10:06:23 +00:00
committed by GitHub
parent 4276242c68
commit b783d99d02
51 changed files with 24 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
import { NgModule } from "@angular/core";
import { ReportsSharedModule } from "../../../reports";
import { SharedModule } from "../../../shared/shared.module";
import { ReportsSharedModule } from "../../../tools/reports";
import { OrganizationReportingRoutingModule } from "./organization-reporting-routing.module";
import { ReportingComponent } from "./reporting.component";

View File

@@ -5,7 +5,7 @@ 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 "../../../reports";
import { ReportVariant, reports, ReportType, ReportEntry } from "../../../tools/reports";
@Component({
selector: "app-org-reports-home",