summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/banner.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/admin_console/banner.jsx')
-rw-r--r--webapp/components/admin_console/banner.jsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/webapp/components/admin_console/banner.jsx b/webapp/components/admin_console/banner.jsx
index 452af92e1..6395ef4a1 100644
--- a/webapp/components/admin_console/banner.jsx
+++ b/webapp/components/admin_console/banner.jsx
@@ -1,9 +1,8 @@
-import PropTypes from 'prop-types';
-
// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import React from 'react';
+import PropTypes from 'prop-types';
import {FormattedMessage} from 'react-intl';
export default function Banner(props) {