Skip to content

Commit

Permalink
Merge pull request #12045 from thomasJs8/next
Browse files Browse the repository at this point in the history
[Docs] Added a missing import statement
  • Loading branch information
shilman authored Aug 15, 2020
2 parents 3a72251 + a34a756 commit 69dfe52
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
```ts
// Button.stories.ts

import { Meta } from '@storybook/react/types-6-0';
import { Button, ButtonProps } from './Button';

export default {
Expand Down

0 comments on commit 69dfe52

Please sign in to comment.