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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user