summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-12-20 09:05:56 -0500
committerChristopher Speller <crspeller@gmail.com>2016-12-20 09:05:56 -0500
commitd4b890fff10a459a39c2405d2e0f1ecf36b79542 (patch)
tree9a73cd43904321dfaa4a62367d779229d744dcf3 /webapp/utils
parente9a1a8d3d9ee9a952f5552fc708b0e3830b21dd1 (diff)
downloadchat-d4b890fff10a459a39c2405d2e0f1ecf36b79542.tar.gz
chat-d4b890fff10a459a39c2405d2e0f1ecf36b79542.tar.bz2
chat-d4b890fff10a459a39c2405d2e0f1ecf36b79542.zip
Copied fbjs keymirror into utils (#4807)
* Removed react-addons-pure-render-mixin from NOTICE * Copied FBJS keymirror into non_npm_dependencies
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/constants.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 133b824ff..c86a7d23f 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -1,7 +1,7 @@
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
-import keyMirror from 'keymirror';
+import keyMirror from 'key-mirror/keyMirror.js';
import audioIcon from 'images/icons/audio.png';
import videoIcon from 'images/icons/video.png';