summaryrefslogtreecommitdiffstats
path: root/webapp/components/team_export_tab.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/team_export_tab.jsx')
-rw-r--r--webapp/components/team_export_tab.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/team_export_tab.jsx b/webapp/components/team_export_tab.jsx
index 9bd5785a0..37f886aab 100644
--- a/webapp/components/team_export_tab.jsx
+++ b/webapp/components/team_export_tab.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 {FormattedMessage} from 'react-intl';