summaryrefslogtreecommitdiffstats
path: root/web/react/components/setting_picture.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-09-02 13:54:15 -0700
committerCorey Hulen <corey@hulen.com>2015-09-02 13:54:15 -0700
commit858896bd440799ddfe95b6d1cfd8671e2b9b0249 (patch)
treee4e04e8e59104f259f9e0e9a3954eaf8e1e7205e /web/react/components/setting_picture.jsx
parentaeecb467d752d01cb345b59876be7f284cf61285 (diff)
parentf79eea185426f28fbe68d87f4360cb714db5f56d (diff)
downloadchat-858896bd440799ddfe95b6d1cfd8671e2b9b0249.tar.gz
chat-858896bd440799ddfe95b6d1cfd8671e2b9b0249.tar.bz2
chat-858896bd440799ddfe95b6d1cfd8671e2b9b0249.zip
Merge pull request #565 from mattermost/mm-2081
MM-2081 Moving config.js to /web/react/utils/ Including in every file needed
Diffstat (limited to 'web/react/components/setting_picture.jsx')
-rw-r--r--web/react/components/setting_picture.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/react/components/setting_picture.jsx b/web/react/components/setting_picture.jsx
index 33c3b650a..6eaa4a96e 100644
--- a/web/react/components/setting_picture.jsx
+++ b/web/react/components/setting_picture.jsx
@@ -1,6 +1,8 @@
// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
// See License.txt for license information.
+import {config} from '../utils/config.js';
+
export default class SettingPicture extends React.Component {
constructor(props) {
super(props);