mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
10 lines
112 B
Plaintext
10 lines
112 B
Plaintext
```js
|
|
// demo-button.stories.js
|
|
|
|
import './demo-button';
|
|
|
|
export default {
|
|
title: 'Components/Button',
|
|
};
|
|
```
|