```js // MyComponent.stories.js import React from 'react'; export default { title: 'img', }; // Assume image.png is located in the "public" directory. export const withAnImage = () => ( my image ); ```