storybook/docs/snippets/common/my-component-story-import-json.js.mdx
2021-11-06 03:20:29 +00:00

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