mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
Typo in svelte stories example (non-valid JS)
This commit is contained in:
parent
87fd9b9deb
commit
472f43b43a
@ -99,7 +99,7 @@ storiesOf('MyButton', module)
|
||||
data: {
|
||||
buttonText: 'some text',
|
||||
},
|
||||
})),
|
||||
}))
|
||||
.add('with text', () => ({
|
||||
Component: MyButton,
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user