about summary refs log tree commit diff
path: root/storybook/stories/loading_indicator.story.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'storybook/stories/loading_indicator.story.jsx')
-rw-r--r--storybook/stories/loading_indicator.story.jsx6
1 files changed, 0 insertions, 6 deletions
diff --git a/storybook/stories/loading_indicator.story.jsx b/storybook/stories/loading_indicator.story.jsx
deleted file mode 100644
index f4a961c4e..000000000
--- a/storybook/stories/loading_indicator.story.jsx
+++ /dev/null
@@ -1,6 +0,0 @@
-import { storiesOf } from '@kadira/storybook';
-import LoadingIndicator from '../../app/assets/javascripts/components/components/loading_indicator.jsx'
-import { IntlProvider } from 'react-intl';
-
-storiesOf('LoadingIndicator', module)
-  .add('default state', () => <IntlProvider><LoadingIndicator /></IntlProvider>);