From c52090dbfe45a53730419485e46dda80ec10dda1 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Thu, 25 May 2017 12:23:14 +0900 Subject: fix storybook (#3292) --- storybook/stories/loading_indicator.story.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'storybook') diff --git a/storybook/stories/loading_indicator.story.js b/storybook/stories/loading_indicator.story.js index f3e67e89c..84d722d69 100644 --- a/storybook/stories/loading_indicator.story.js +++ b/storybook/stories/loading_indicator.story.js @@ -1,12 +1,12 @@ import React from 'react'; import { IntlProvider } from 'react-intl'; import { storiesOf } from '@kadira/storybook'; -import getMessagesForLocale from 'mastodon/locales'; +import en from 'mastodon/locales/en.json'; import LoadingIndicator from 'mastodon/components/loading_indicator'; storiesOf('LoadingIndicator', module) .add('default state', () => ( - + )); -- cgit