diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2017-06-23 23:05:04 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-06-23 16:05:04 +0200 |
commit | eff94164696ecb126ab47b85ee842e65692b649a (patch) | |
tree | 7cfb397d8d62e5d4ae96479505a74d1e15e41e00 /storybook/stories | |
parent | 6fbb3841a6dd4ec3d84b098437e35f41d41e8407 (diff) |
Remove unused variables (#3906)
Diffstat (limited to 'storybook/stories')
-rw-r--r-- | storybook/stories/character_counter.story.js | 1 | ||||
-rw-r--r-- | storybook/stories/loading_indicator.story.js | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/storybook/stories/character_counter.story.js b/storybook/stories/character_counter.story.js index 15a401a25..39d9afb56 100644 --- a/storybook/stories/character_counter.story.js +++ b/storybook/stories/character_counter.story.js @@ -1,6 +1,5 @@ import React from 'react'; import { storiesOf } from '@storybook/react'; -import { action } from '@storybook/addon-actions'; import CharacterCounter from 'mastodon/features/compose/components/character_counter'; storiesOf('CharacterCounter', module) diff --git a/storybook/stories/loading_indicator.story.js b/storybook/stories/loading_indicator.story.js index 3e12f61ca..6ee822758 100644 --- a/storybook/stories/loading_indicator.story.js +++ b/storybook/stories/loading_indicator.story.js @@ -1,7 +1,6 @@ import React from 'react'; import { IntlProvider } from 'react-intl'; 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'; |