mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
removing duplicate Input story
This commit is contained in:
parent
66bc166263
commit
1527989c06
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user