summaryrefslogtreecommitdiffstats
path: root/web/react/components/team_signup_url_page.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/team_signup_url_page.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/team_signup_url_page.jsx')
-rw-r--r--web/react/components/team_signup_url_page.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/components/team_signup_url_page.jsx b/web/react/components/team_signup_url_page.jsx
index 2ea6c3680..d739a7db3 100644
--- a/web/react/components/team_signup_url_page.jsx
+++ b/web/react/components/team_signup_url_page.jsx
@@ -4,6 +4,7 @@
const Utils = require('../utils/utils.jsx');
const Client = require('../utils/client.jsx');
const Constants = require('../utils/constants.jsx');
+import {strings, config} from '../utils/config.js';
export default class TeamSignupUrlPage extends React.Component {
constructor(props) {