mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 02:01:48 +08:00
8 lines
116 B
Plaintext
8 lines
116 B
Plaintext
```js
|
|
// MyComponent.stories.js
|
|
|
|
import base from 'paths.macro';
|
|
export default {
|
|
title: `${base}/Component`
|
|
}
|
|
``` |