0
0
Fork 0

Upgrade storybook to v3 (#3558)

This commit is contained in:
Yamagishi Kazutoshi 2017-06-04 23:26:07 +09:00 committed by Eugen Rochko
parent e07b57852e
commit b0fe58dc69
8 changed files with 500 additions and 546 deletions

View file

@ -1,6 +1,7 @@
import React from 'react';
import { IntlProvider } from 'react-intl';
import { storiesOf } from '@kadira/storybook';
import { storiesOf } from '@storybook/react';
import { action } from '@storybook/addon-actions';
import en from 'mastodon/locales/en.json';
import LoadingIndicator from 'mastodon/components/loading_indicator';