mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:51:17 +08:00
Merge pull request #2790 from Quramy/angular-example-remove-entries
remove entryComponents prop from metadata
This commit is contained in:
commit
4886eff64d
@ -9,7 +9,6 @@ storiesOf('Welcome', module).add('to Storybook', () => ({
|
||||
storiesOf('Button', module)
|
||||
.add('with text', () => ({
|
||||
moduleMetadata: {
|
||||
entryComponents: [Button, Welcome],
|
||||
declarations: [Button, Welcome],
|
||||
},
|
||||
props: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user