From f79eea185426f28fbe68d87f4360cb714db5f56d Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 2 Sep 2015 16:24:41 -0400 Subject: Moving config.js to /web/react/utils/ Including in every file needed --- web/react/components/team_signup_with_sso.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'web/react/components/team_signup_with_sso.jsx') diff --git a/web/react/components/team_signup_with_sso.jsx b/web/react/components/team_signup_with_sso.jsx index 96a216005..521c21733 100644 --- a/web/react/components/team_signup_with_sso.jsx +++ b/web/react/components/team_signup_with_sso.jsx @@ -4,6 +4,7 @@ var utils = require('../utils/utils.jsx'); var client = require('../utils/client.jsx'); var Constants = require('../utils/constants.jsx'); +import {strings} from '../utils/config.js'; export default class SSOSignUpPage extends React.Component { constructor(props) { -- cgit v1.2.3-1-g7c22