mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-07 19:07:45 +01:00
[CL-135] Fix import statement for standalone component (#12589)
This commit is contained in:
parent
cdaf877a6d
commit
6539f06654
@ -13,8 +13,7 @@ export default {
|
||||
component: BadgeListComponent,
|
||||
decorators: [
|
||||
moduleMetadata({
|
||||
imports: [SharedModule, BadgeModule],
|
||||
declarations: [BadgeListComponent],
|
||||
imports: [SharedModule, BadgeModule, BadgeListComponent],
|
||||
providers: [
|
||||
{
|
||||
provide: I18nService,
|
||||
|
Loading…
Reference in New Issue
Block a user