Skip to content

Commit

Permalink
fix: gatsby story remove meta
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Jun 27, 2020
1 parent 655a15e commit fe0e7ea
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions examples/gatsby/src/stories/smart-controls.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
import { Meta, PropsTable, Playground, Story, ComponentSource, StorySource } from '@component-controls/blocks';
---
title: "Introduction/MDX Smart"
component: Button
---

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

<Meta title="Introduction/MDX Smart" component={Button} />



# Smart controls
Expand Down

0 comments on commit fe0e7ea

Please sign in to comment.