Merge pull request #12060 from glenpadua/patch-1

[docs] Update incorrect import in example in mdx.md
This commit is contained in:
Michael Shilman 2020-08-16 23:51:32 +08:00 committed by GitHub
commit fc4400b2d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ There's a one-to-one mapping from the code in `MDX` to `CSF`, which in turn dire
Now let's look at a more realistic example to see a few more things we can do:
```md
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';