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