diff --git a/stories/index.stories.js b/stories/index.stories.js
index 86b3860..1a3c06a 100644
--- a/stories/index.stories.js
+++ b/stories/index.stories.js
@@ -10,16 +10,6 @@ import ChartWithGridAreaVertical from './BasicGridAreaVertical';
storiesOf('Welcome', module).add('to Storybook', () => );
-storiesOf('Button', module)
- .add('with text', () => )
- .add('with some emoji', () => (
-
- ));
-
storiesOf('Grid area', module)
.add('Basic Horizontal', () => )
.add('Basic Vertical', () => )