Merge pull request #2790 from Quramy/angular-example-remove-entries

remove entryComponents prop from metadata
This commit is contained in:
Igor 2018-01-20 14:24:33 +02:00 committed by GitHub
commit 4886eff64d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,6 @@ storiesOf('Welcome', module).add('to Storybook', () => ({
storiesOf('Button', module)
.add('with text', () => ({
moduleMetadata: {
entryComponents: [Button, Welcome],
declarations: [Button, Welcome],
},
props: {