diff --git a/src/components/views/elements/GroupsButton.js b/src/components/views/elements/GroupsButton.js index 61460f747d..f973fda74a 100644 --- a/src/components/views/elements/GroupsButton.js +++ b/src/components/views/elements/GroupsButton.js @@ -14,7 +14,6 @@ See the License for the specific language governing permissions and limitations under the License. */ -import React from 'react'; import sdk from '../../../index'; import PropTypes from 'prop-types'; import { _t } from '../../../languageHandler'; @@ -23,7 +22,7 @@ const GroupsButton = function(props) { const ActionButton = sdk.getComponent('elements.ActionButton'); return (