Skip to content

Commit

Permalink
storybook works again :)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsingal committed Feb 15, 2017
1 parent 60bdf01 commit dfaa44b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions stories/index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import React from 'react';
import { storiesOf, action, linkTo } from '@kadira/storybook';
import Globe from '../dist/Globe';
import Modal from '../dist/Modal';
import Spinner from '../dist/Spinner';
import RadioGroup from '../dist/Form/RadioGroup';
import CheckboxGroup from '../dist/Form/CheckboxGroup';
import SvgIcon from '../dist/SvgIcon';
import Globe from '../components/Globe';
import Modal from '../components/Modal';
import Spinner from '../components/Spinner';
import RadioGroup from '../components/Form/RadioGroup';
import CheckboxGroup from '../components/Form/CheckboxGroup';
import SvgIcon from '../components/SvgIcon';

storiesOf('UI Components', module)
.add('Modal', () => (
Expand Down

0 comments on commit dfaa44b

Please sign in to comment.