Skip to content

Commit

Permalink
PM-16891 fixing order of imports (linting error)
Browse files Browse the repository at this point in the history
  • Loading branch information
voommen-livefront committed Jan 13, 2025
1 parent af32f76 commit 1730733
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ import { SharedModule } from "@bitwarden/web-vault/app/shared";
import { PipesModule } from "@bitwarden/web-vault/app/vault/individual-vault/pipes/pipes.module";

import { openAppAtRiskMembersDialog } from "./app-at-risk-members-dialog.component";
import { OrgAtRiskMembersDialogComponent } from "./org-at-risk-members-dialog.component";
import { OrgAtRiskAppsDialogComponent } from "./org-at-risk-apps-dialog.component";

Check warning on line 35 in bitwarden_license/bit-web/src/app/tools/access-intelligence/all-applications.component.ts

View check run for this annotation

Codecov / codecov/patch

bitwarden_license/bit-web/src/app/tools/access-intelligence/all-applications.component.ts#L35

Added line #L35 was not covered by tests
import { OrgAtRiskMembersDialogComponent } from "./org-at-risk-members-dialog.component";
import { ApplicationsLoadingComponent } from "./risk-insights-loading.component";

@Component({
Expand Down

0 comments on commit 1730733

Please sign in to comment.