removing duplicate Input story

This commit is contained in:
Alex Windett 2016-12-12 16:55:52 +00:00
parent 66bc166263
commit 1527989c06
1 changed files with 1 additions and 6 deletions

View File

@ -151,7 +151,7 @@ storiesOf('Radio', module)
storiesOf('Input', module)
.add('Default', () => (
<Input />
<Input placeholder="I am the placeholder" />
))
.add('type=email', () => (
<Input
@ -266,11 +266,6 @@ storiesOf('Toggle', module)
<Toggle />
));
storiesOf('Input', module)
.add('default', () => (
<Input placeholder="I am the placeholder" />
));
storiesOf('Widget', module)
.add('single', () => (
<Widget