]> cat aescling's git repositories - mastodon.git/commitdiff
Fixed header emojification
authorkibigo! <marrus-sh@users.noreply.github.com>
Wed, 11 Oct 2017 18:00:28 +0000 (11:00 -0700)
committerkibigo! <marrus-sh@users.noreply.github.com>
Wed, 11 Oct 2017 18:00:28 +0000 (11:00 -0700)
app/javascript/glitch/components/account/header.js

index bc2ce30f6236650d80d62f93800d880397fc0638..9404ee6a59ff6cd2ec422535ec6f5f145d81b1d9 100644 (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';
 
This page took 0.026404 seconds and 3 git commands to generate.