Fixed header emojification

lolsob-rspec
kibigo! 2017-10-11 11:00:28 -07:00
parent 02827345ae
commit 215da1a03c
1 changed files with 1 additions and 1 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/emoji';
import emojify from 'mastodon/features/emoji/emoji';
import IconButton from '../../../mastodon/components/icon_button';
import Avatar from '../../../mastodon/components/avatar';