diff --git a/app/components/reactions/index.js b/app/components/reactions/index.js index 70467cac4..2febfef08 100644 --- a/app/components/reactions/index.js +++ b/app/components/reactions/index.js @@ -4,12 +4,13 @@ import {connect} from 'react-redux'; import {bindActionCreators} from 'redux'; -import {addReaction, getReactionsForPost, removeReaction} from 'mattermost-redux/actions/posts'; +import {getReactionsForPost, removeReaction} from 'mattermost-redux/actions/posts'; import {makeGetReactionsForPost} from 'mattermost-redux/selectors/entities/posts'; import {getCurrentUserId} from 'mattermost-redux/selectors/entities/users'; - import {getTheme} from 'mattermost-redux/selectors/entities/preferences'; +import {addReaction} from 'app/actions/views/emoji'; + import Reactions from './reactions'; function makeMapStateToProps() {