1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-07 19:13:39 +00:00

[PM-15571] Help link on import vault (#12448)

* [PM-15571] BW help Link on import vault page has wrong styling in dark mode

* Remove useless code
This commit is contained in:
albertboyd5
2024-12-18 14:17:50 -06:00
committed by GitHub
parent 6eb30c98c4
commit ef8e8bfcbc
2 changed files with 9 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ import {
SectionHeaderComponent,
SelectModule,
ToastService,
LinkModule,
} from "@bitwarden/components";
import { KeyService } from "@bitwarden/key-management";
@@ -115,6 +116,7 @@ const safeProviders: SafeProvider[] = [
ContainerComponent,
SectionHeaderComponent,
SectionComponent,
LinkModule,
],
providers: safeProviders,
})