storybook/docs/snippets/common/my-component-story-import-json.js.mdx
2020-10-07 12:23:34 +08:00

6 lines
136 B
Plaintext

```js
// MyComponent.stories.js
// This will automatically be parsed to the contents of `data.json`
import data from './data.json';
```