summaryrefslogtreecommitdiffstats
path: root/web/react/components/register_app_modal.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/react/components/register_app_modal.jsx')
-rw-r--r--web/react/components/register_app_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/register_app_modal.jsx b/web/react/components/register_app_modal.jsx
index c40409dcc..100600c4b 100644
--- a/web/react/components/register_app_modal.jsx
+++ b/web/react/components/register_app_modal.jsx
@@ -1,7 +1,7 @@
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
-var Client = require('../utils/client.jsx');
+import * as Client from '../utils/client.jsx';
export default class RegisterAppModal extends React.Component {
constructor() {