```js // FooBar.stories.js export default { title: 'Foo/Bar', }; export const Baz = BarStory.bind({}); ```