summaryrefslogtreecommitdiffstats
path: root/webapp/components/register_app_modal.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/register_app_modal.jsx')
-rw-r--r--webapp/components/register_app_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/register_app_modal.jsx b/webapp/components/register_app_modal.jsx
index c632233cf..82a095c75 100644
--- a/webapp/components/register_app_modal.jsx
+++ b/webapp/components/register_app_modal.jsx
@@ -1,7 +1,7 @@
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
-import * as Client from 'utils/client.jsx';
+import Client from 'utils/web_client.jsx';
import ModalStore from 'stores/modal_store.jsx';
import {Modal} from 'react-bootstrap';