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/login.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'web/react/components/login.jsx') diff --git a/web/react/components/login.jsx b/web/react/components/login.jsx index f87e77ff7..b20c62833 100644 --- a/web/react/components/login.jsx +++ b/web/react/components/login.jsx @@ -6,6 +6,7 @@ const Client = require('../utils/client.jsx'); const UserStore = require('../stores/user_store.jsx'); const BrowserStore = require('../stores/browser_store.jsx'); const Constants = require('../utils/constants.jsx'); +import {config, strings} from '../utils/config.js'; export default class Login extends React.Component { constructor(props) { -- cgit v1.2.3-1-g7c22