Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jul 19, 2022
1 parent 136400a commit c7466f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addons/docs/docs/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ basic.parameters = {

**Button.stories.mdx**

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

Expand Down Expand Up @@ -92,7 +92,7 @@ We recommend [MDX Docs](#csf-stories-with-mdx-docs) as the most ergonomic way to

**Button.mdx**

```md
```mdx
import { Story } from '@storybook/addon-docs';
import { SomeComponent } from 'somewhere';

Expand Down

0 comments on commit c7466f5

Please sign in to comment.