From 5346c574e281231fda2597e029ff01edacfa2224 Mon Sep 17 00:00:00 2001 From: Miguel Alatzar Date: Wed, 1 Apr 2020 16:04:39 -0700 Subject: [PATCH] Fix mm-redux imports (#4109) --- app/components/reaction_picker/index.js | 2 +- app/components/reaction_picker/reaction_picker.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = {