Skip to content

Commit

Permalink
Merge pull request #13758 from qoalu/patch-4
Browse files Browse the repository at this point in the history
Fix import in badge-story-starter-example.mdx.mdx
  • Loading branch information
shilman committed Feb 22, 2021
1 parent fdf7167 commit 8692248
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/snippets/common/badge-story-starter-example.mdx.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!--- Badge.stories.mdx --->

import { Meta, Story, Preview } from '@storybook/addon-docs/blocks';
import { Meta, Story, Canvas } from '@storybook/addon-docs/blocks';

import { Badge } from './Badge';
import { Icon } from './Icon';
Expand Down Expand Up @@ -46,4 +46,4 @@ with unique URLs and isolated snapshot tests.
</Badge>
</Story>
</Canvas>
```
```

0 comments on commit 8692248

Please sign in to comment.