diff --git a/app/components/reaction_picker/index.js b/app/components/reaction_picker/index.js index 2d39f8308..d4fc48cb2 100644 --- a/app/components/reaction_picker/index.js +++ b/app/components/reaction_picker/index.js @@ -2,7 +2,7 @@ // See LICENSE.txt for license information. import {connect} from 'react-redux'; -import {getTheme} from 'mattermost-redux/selectors/entities/preferences'; +import {getTheme} from '@mm-redux/selectors/entities/preferences'; import {getDimensions} from 'app/selectors/device'; import ReactionPicker from './reaction_picker'; diff --git a/app/components/reaction_picker/reaction_picker.test.js b/app/components/reaction_picker/reaction_picker.test.js index 476231621..07a7d1c44 100644 --- a/app/components/reaction_picker/reaction_picker.test.js +++ b/app/components/reaction_picker/reaction_picker.test.js @@ -6,7 +6,7 @@ import {shallow} from 'enzyme'; import ReactionPicker from './reaction_picker'; -import Preferences from 'mattermost-redux/constants/preferences'; +import Preferences from '@mm-redux/constants/preferences'; describe('Reactions', () => { const baseProps = {