mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-26 19:31:36 +01:00
Fixed header emojification
This commit is contained in:
parent
8d6b9ba494
commit
35e2cad4eb
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ import { defineMessages, injectIntl, FormattedMessage } from 'react-intl';
|
||||||
import ImmutablePureComponent from 'react-immutable-pure-component';
|
import ImmutablePureComponent from 'react-immutable-pure-component';
|
||||||
|
|
||||||
// Mastodon imports //
|
// Mastodon imports //
|
||||||
import emojify from '../../../mastodon/emoji';
|
import emojify from 'mastodon/features/emoji/emoji';
|
||||||
import IconButton from '../../../mastodon/components/icon_button';
|
import IconButton from '../../../mastodon/components/icon_button';
|
||||||
import Avatar from '../../../mastodon/components/avatar';
|
import Avatar from '../../../mastodon/components/avatar';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue