1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

[CL-694] Remove unused imports (#14795)

* Remove unused imports

* Remove more unused imports
This commit is contained in:
Oscar Hinton
2025-05-16 17:11:18 +02:00
committed by GitHub
parent 5cf93921b5
commit c8629b92d3
25 changed files with 2 additions and 59 deletions

View File

@@ -32,7 +32,6 @@ import { HeaderModule } from "@bitwarden/web-vault/app/layouts/header/header.mod
import { AllApplicationsComponent } from "./all-applications.component";
import { CriticalApplicationsComponent } from "./critical-applications.component";
import { NotifiedMembersTableComponent } from "./notified-members-table.component";
import { PasswordHealthMembersURIComponent } from "./password-health-members-uri.component";
import { PasswordHealthMembersComponent } from "./password-health-members.component";
import { PasswordHealthComponent } from "./password-health.component";
@@ -59,7 +58,6 @@ export enum RiskInsightsTabType {
PasswordHealthComponent,
PasswordHealthMembersComponent,
PasswordHealthMembersURIComponent,
NotifiedMembersTableComponent,
TabsModule,
DrawerComponent,
DrawerBodyComponent,