Skip to content

Commit

Permalink
Merge pull request #12252 from patsplat/next
Browse files Browse the repository at this point in the history
CLI: Fix import of Button in react mdx template
  • Loading branch information
shilman committed Aug 27, 2020
2 parents 29fcd57 + 5e7b27c commit a0f0133
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
@@ -1,6 +1,6 @@
import { action } from '@storybook/addon-actions';
import { Meta, Story } from '@storybook/addon-docs/blocks';
import Button from './Button';
import { Button } from './Button';

<Meta title="Docs/Button" component={Button} />

Expand Down
@@ -1,6 +1,6 @@
import { Meta, Story, Preview } from '@storybook/addon-docs/blocks';
import { action } from '@storybook/addon-actions';
import Button from './Button';
import { Button } from './Button';

<Meta title="Docs/Button" component={Button} />

Expand Down
@@ -1,6 +1,6 @@
import { Meta, Story } from '@storybook/addon-docs/blocks';
import { action } from '@storybook/addon-actions';
import Button from './Button';
import { Button } from './Button';

<Meta title="Docs/Button" component={Button} />

Expand Down

0 comments on commit a0f0133

Please sign in to comment.