Skip to content

Commit

Permalink
fix: story import
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Sep 8, 2020
1 parent cc14aa3 commit 13a7b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/docz-migration/docs/playground.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Playground
menu: Components
---
import { Playground } from '@component-controls/blocks';
import { Playground, Story } from '@component-controls/blocks';
import { Button } from '../src/components/Button'

## Basic usage
Expand All @@ -14,7 +14,7 @@ name: Playground
menu: Components
---

import { Playground, Story } from '@component-controls/blocks';
import { Playground } from '@component-controls/blocks';
import { Button } from '../src/components/Button'

# Button
Expand Down

0 comments on commit 13a7b16

Please sign in to comment.