```js // MyComponent.stories.js|jsx|ts|tsx import base from 'paths.macro'; export default { title: `${base}/Component` } ```