storybook/docs/snippets/common/foo-bar-baz-story.js.mdx
2020-08-09 01:41:24 +01:00

9 lines
111 B
Plaintext

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