mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 05:31:05 +08:00
9 lines
142 B
Plaintext
9 lines
142 B
Plaintext
```js
|
|
// MyComponent.stories.js | MyComponent.stories.ts
|
|
|
|
import base from 'paths.macro';
|
|
|
|
export default {
|
|
title: `${base}/Component`
|
|
}
|
|
``` |