1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-12 13:48:35 +09:00
YuruToot/storybook/stories/loading_indicator.story.jsx

7 lines
315 B
React
Raw Normal View History

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>);