storybook/docs/snippets/common/button-story-grouped.js.mdx
2021-01-28 00:11:22 +00:00

7 lines
108 B
Plaintext

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