1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +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

@@ -26,10 +26,8 @@ import {
AsyncActionsModule,
BitSubmitDirective,
ButtonComponent,
CardComponent,
FormFieldModule,
ItemModule,
SectionComponent,
SelectModule,
ToastService,
TypographyModule,
@@ -63,8 +61,6 @@ import { SshKeySectionComponent } from "./sshkey-section/sshkey-section.componen
],
imports: [
AsyncActionsModule,
CardComponent,
SectionComponent,
TypographyModule,
ItemModule,
FormFieldModule,