storybook/docs/snippets/common/button-story-grouped.js.mdx
2020-08-07 17:05:17 +01:00

7 lines
88 B
Plaintext

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