Skip to content

Commit

Permalink
remove entryComponents prop from metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Jan 20, 2018
1 parent 34b98a8 commit fb556d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/angular-cli/src/stories/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ storiesOf('Welcome', module).add('to Storybook', () => ({
storiesOf('Button', module)
.add('with text', () => ({
moduleMetadata: {
entryComponents: [Button, Welcome],
declarations: [Button, Welcome],
},
props: {
Expand Down

0 comments on commit fb556d7

Please sign in to comment.