1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-05 18:13:26 +00:00

Remove unused imports in browser and desktop (#14875)

Removes unused imports from browser and desktop. These were missed in #14795.
This commit is contained in:
Oscar Hinton
2025-05-26 14:38:02 +02:00
committed by GitHub
parent 56b565a47e
commit 745ab21946
12 changed files with 4 additions and 37 deletions

View File

@@ -13,7 +13,6 @@ import {
IconButtonModule,
DialogService,
} from "@bitwarden/components";
import { CipherFormGeneratorComponent } from "@bitwarden/vault";
export interface ApproveSshRequestParams {
cipherName: string;
@@ -30,7 +29,6 @@ export interface ApproveSshRequestParams {
DialogModule,
CommonModule,
JslibModule,
CipherFormGeneratorComponent,
ButtonModule,
IconButtonModule,
ReactiveFormsModule,