diff --git a/ui/stories/index.js b/ui/stories/index.js
index 23ea6954..eb23b7e5 100644
--- a/ui/stories/index.js
+++ b/ui/stories/index.js
@@ -16,8 +16,8 @@ const {
Tabs,
Tab,
Toggle,
- Widget
- Radio,
+ Widget,
+ Radio
} = require('../src/');
const styles = {
@@ -129,7 +129,6 @@ storiesOf('Checkbox', module)
));
-<<<<<<< HEAD
storiesOf('Tabs', module)
.add('Default', () => (
@@ -163,10 +162,12 @@ storiesOf('Widget', module)
Some text
))
-=======
+
storiesOf('Radio', module)
.add('Default', () => (
-
+
+ Video killed the radio star
+
))
.add('Checked', () => (
@@ -174,4 +175,3 @@ storiesOf('Radio', module)
.add('Disabled', () => (
));
->>>>>>> Add Radio Button