storybook/docs/snippets/common/my-component-story-import-json.js.mdx
2021-01-28 00:11:22 +00:00

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';
```