Skip to content

Commit

Permalink
[CL-135] Fix import statement for standalone component (#12589)
Browse files Browse the repository at this point in the history
  • Loading branch information
vleague2 authored Dec 30, 2024
1 parent cdaf877 commit 6539f06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/components/src/badge-list/badge-list.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ export default {
component: BadgeListComponent,
decorators: [
moduleMetadata({
imports: [SharedModule, BadgeModule],
declarations: [BadgeListComponent],
imports: [SharedModule, BadgeModule, BadgeListComponent],
providers: [
{
provide: I18nService,
Expand Down

0 comments on commit 6539f06

Please sign in to comment.