summaryrefslogtreecommitdiffstats
path: root/web/react/components/setting_picture.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-02 16:24:41 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-02 16:49:32 -0400
commitf79eea185426f28fbe68d87f4360cb714db5f56d (patch)
tree54342296cc03b3ea9360fe285dbab5b4115bc095 /web/react/components/setting_picture.jsx
parent9a1d3986c5ab79b03fcf55616b6dbc0b01e7c46e (diff)
downloadchat-f79eea185426f28fbe68d87f4360cb714db5f56d.tar.gz
chat-f79eea185426f28fbe68d87f4360cb714db5f56d.tar.bz2
chat-f79eea185426f28fbe68d87f4360cb714db5f56d.zip
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);