storybook/docs/snippets/common/my-component-story-import-json.js.mdx
2020-08-09 01:41:24 +01:00

4 lines
109 B
Plaintext

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