diff --git a/src/components/structures/RightPanel.js b/src/components/structures/RightPanel.js index 80be32ecd8..41f4d83743 100644 --- a/src/components/structures/RightPanel.js +++ b/src/components/structures/RightPanel.js @@ -17,7 +17,6 @@ limitations under the License. import React from 'react'; import PropTypes from 'prop-types'; -import classNames from 'classnames'; import {Room} from "matrix-js-sdk/src/models/room"; import * as sdk from '../../index';