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

5 lines
166 B
Plaintext

```js
// This will include './static/image.png' in the bundle.
// And return a path to be included in a src attribute
import imageFile from './static/image.png';
```