From e405b0ff90a754e0f860d7251af4de2af2d9b6d6 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Mon, 2 Jul 2018 11:08:05 +0530 Subject: [PATCH] Remove one demo story + debugger statement --- stories/index.stories.js | 10 ---------- 1 file changed, 10 deletions(-) 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', () => )