|
|
@ -1,7 +1,7 @@
|
|
|
|
import PureRenderMixin from 'react-addons-pure-render-mixin';
|
|
|
|
import PureRenderMixin from 'react-addons-pure-render-mixin';
|
|
|
|
import ImmutablePropTypes from 'react-immutable-proptypes';
|
|
|
|
import ImmutablePropTypes from 'react-immutable-proptypes';
|
|
|
|
import emojify from '../../../emoji';
|
|
|
|
import emojify from '../../../emoji';
|
|
|
|
import escapeTextContentForBrowser from 'react/lib/escapeTextContentForBrowser';
|
|
|
|
import escapeTextContentForBrowser from 'escape-html';
|
|
|
|
import { defineMessages, injectIntl, FormattedMessage } from 'react-intl';
|
|
|
|
import { defineMessages, injectIntl, FormattedMessage } from 'react-intl';
|
|
|
|
import IconButton from '../../../components/icon_button';
|
|
|
|
import IconButton from '../../../components/icon_button';
|
|
|
|
|
|
|
|
|
|
|
|