Skip to content

Commit a8d9f09

Browse files
committed
storybook: fix 'components: expected an Object, but got Module' for Icons
1 parent bc442eb commit a8d9f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stories/index.stories.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ storiesOf('Basic', module)
112112
})
113113
.add('Icons', () => {
114114
return {
115-
components: Icons,
115+
components: { ...Icons },
116116
template: `
117117
<div style="font-size: 40px; color: var(--nimiq-blue); padding: 16px;">
118118
<AlertTriangleIcon/>

0 commit comments

Comments
 (0)