mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 04:21:07 +08:00
6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
```js
|
|
// MyComponent.stories.js | MyComponent.stories.ts
|
|
|
|
// This will automatically be parsed to the contents of `data.json`
|
|
import data from './data.json';
|
|
``` |