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