satisfy eslint and jest

This commit is contained in:
Ondřej Hruška
2017-10-16 22:24:44 +02:00
parent 8b9ee5f16b
commit 37ff061d9b
11 changed files with 16 additions and 11 deletions

View File

@@ -48,7 +48,7 @@ import { defineMessages, injectIntl, FormattedMessage } from 'react-intl';
import ImmutablePureComponent from 'react-immutable-pure-component';
// Mastodon imports //
import emojify from 'mastodon/features/emoji/emoji';
import emojify from '../../../mastodon/features/emoji/emoji';
import IconButton from '../../../mastodon/components/icon_button';
import Avatar from '../../../mastodon/components/avatar';