From 35e2cad4eb32649ddc674f209b41e4440de5113b Mon Sep 17 00:00:00 2001 From: kibigo! Date: Wed, 11 Oct 2017 11:00:28 -0700 Subject: Fixed header emojification --- app/javascript/glitch/components/account/header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/javascript') diff --git a/app/javascript/glitch/components/account/header.js b/app/javascript/glitch/components/account/header.js index bc2ce30f6..9404ee6a5 100644 --- a/app/javascript/glitch/components/account/header.js +++ b/app/javascript/glitch/components/account/header.js @@ -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'; -- cgit