mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
[PM-8386] - Add section header to import page (#10153)
* first pass section header in import data component * change layout * fix desktop bg * revert chnage to default config * update translation key * revert change to background color
This commit is contained in:
@@ -43,10 +43,14 @@ import {
|
||||
BitSubmitDirective,
|
||||
ButtonModule,
|
||||
CalloutModule,
|
||||
CardComponent,
|
||||
ContainerComponent,
|
||||
DialogService,
|
||||
FormFieldModule,
|
||||
IconButtonModule,
|
||||
RadioButtonModule,
|
||||
SectionComponent,
|
||||
SectionHeaderComponent,
|
||||
SelectModule,
|
||||
ToastService,
|
||||
} from "@bitwarden/components";
|
||||
@@ -104,6 +108,10 @@ const safeProviders: SafeProvider[] = [
|
||||
ReactiveFormsModule,
|
||||
ImportLastPassComponent,
|
||||
RadioButtonModule,
|
||||
CardComponent,
|
||||
ContainerComponent,
|
||||
SectionHeaderComponent,
|
||||
SectionComponent,
|
||||
],
|
||||
providers: safeProviders,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user