summaryrefslogtreecommitdiffstats
path: root/web/react/components/get_link_modal.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/get_link_modal.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/get_link_modal.jsx')
-rw-r--r--web/react/components/get_link_modal.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/components/get_link_modal.jsx b/web/react/components/get_link_modal.jsx
index fc32d946b..1f25ea0b7 100644
--- a/web/react/components/get_link_modal.jsx
+++ b/web/react/components/get_link_modal.jsx
@@ -2,6 +2,7 @@
// See License.txt for license information.
var UserStore = require('../stores/user_store.jsx');
+import {strings} from '../utils/config.js';
export default class GetLinkModal extends React.Component {
constructor(props) {