storybook/docs/snippets/common/button-story-grouped.js.mdx
2020-10-07 12:23:34 +08:00

7 lines
88 B
Plaintext

```js
// Button.stories.js
export default {
title: 'Design System/Atoms/Button'
}
```