mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:11:29 +08:00
7 lines
88 B
Plaintext
7 lines
88 B
Plaintext
```js
|
|
// Button.stories.js
|
|
|
|
export default {
|
|
title: 'Design System/Atoms/Button'
|
|
}
|
|
``` |