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)
|
storiesOf('Input', module)
|
||||||
.add('Default', () => (
|
.add('Default', () => (
|
||||||
<Input />
|
<Input placeholder="I am the placeholder" />
|
||||||
))
|
))
|
||||||
.add('type=email', () => (
|
.add('type=email', () => (
|
||||||
<Input
|
<Input
|
||||||
@ -266,11 +266,6 @@ storiesOf('Toggle', module)
|
|||||||
<Toggle />
|
<Toggle />
|
||||||
));
|
));
|
||||||
|
|
||||||
storiesOf('Input', module)
|
|
||||||
.add('default', () => (
|
|
||||||
<Input placeholder="I am the placeholder" />
|
|
||||||
));
|
|
||||||
|
|
||||||
storiesOf('Widget', module)
|
storiesOf('Widget', module)
|
||||||
.add('single', () => (
|
.add('single', () => (
|
||||||
<Widget
|
<Widget
|
||||||
|
Loading…
Reference in New Issue
Block a user