Merge branch 'next'

This commit is contained in:
Michael Shilman 2020-11-19 21:13:51 +08:00
commit f8c040d066

View File

@ -1,3 +1,4 @@
```js
// Button.stories.js
export default {
@ -6,3 +7,4 @@ export default {
// This is the only named export in the file, and it matches the component name
export const Button = ...
```