storybook/docs/snippets/common/my-component-story-import-json.js.mdx
2020-08-14 21:46:15 +01: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';
```