summaryrefslogtreecommitdiffstats
path: root/webapp/components/rhs_dropdown_button.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/rhs_dropdown_button.jsx')
-rw-r--r--webapp/components/rhs_dropdown_button.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/webapp/components/rhs_dropdown_button.jsx b/webapp/components/rhs_dropdown_button.jsx
index 3c325a431..ac7563994 100644
--- a/webapp/components/rhs_dropdown_button.jsx
+++ b/webapp/components/rhs_dropdown_button.jsx
@@ -1,7 +1,9 @@
+import PropTypes from 'prop-types';
+
// Copyright (c) 2017-present Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
-import React, {PropTypes, PureComponent} from 'react';
+import React, {PureComponent} from 'react';
export default class RhsDropdownButton extends PureComponent {
static propTypes = {