summaryrefslogtreecommitdiffstats
path: root/webapp/utils/web_client.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-05-18 10:42:25 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-05-18 10:42:25 -0400
commit880ef25ab1355c9f04ce87378d52cfb58f484486 (patch)
treede41300aee75a75fb96f7f8bced2b72d39be7e46 /webapp/utils/web_client.jsx
parent02f8691fa4ed1df532ac1fc6a79406920282c026 (diff)
downloadchat-880ef25ab1355c9f04ce87378d52cfb58f484486.tar.gz
chat-880ef25ab1355c9f04ce87378d52cfb58f484486.tar.bz2
chat-880ef25ab1355c9f04ce87378d52cfb58f484486.zip
Moving out javascript driver (#3040)
Diffstat (limited to 'webapp/utils/web_client.jsx')
-rw-r--r--webapp/utils/web_client.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/utils/web_client.jsx b/webapp/utils/web_client.jsx
index c7e4bd306..04fba0c5b 100644
--- a/webapp/utils/web_client.jsx
+++ b/webapp/utils/web_client.jsx
@@ -1,7 +1,7 @@
// Copyright (c) 2016 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
-import Client from '../client/client.jsx';
+import Client from 'mattermost/client.jsx';
import TeamStore from '../stores/team_store.jsx';
import BrowserStore from '../stores/browser_store.jsx';
import * as GlobalActions from 'action_creators/global_actions.jsx';