Skip to content

Commit

Permalink
Merge branch '8311-mdx-docs-for-csf' of github.com:storybookjs/storyb…
Browse files Browse the repository at this point in the history
…ook into 8311-mdx-docs-for-csf
  • Loading branch information
shilman committed Oct 7, 2019
2 parents 717665d + 6fa7e26 commit ba753a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/docs/docs/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ basic.story = {

```md
import { Meta, Story } from '@storybook/addon-docs/blocks';
import \* as stories from './Button.stories.js';
import * as stories from './Button.stories.js';
import { SomeComponent } from 'path/to/SomeComponent';

<Meta {...stories.default} />
Expand Down

0 comments on commit ba753a1

Please sign in to comment.