mirror of https://github.com/vector-im/riot-web
remove unused imports
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
c820836bcc
commit
9dd2184b33
|
@ -15,10 +15,9 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
import React from 'react';
|
||||
import classNames from 'classnames';
|
||||
import PropTypes from 'prop-types';
|
||||
import sdk from '../../../index';
|
||||
import { _t, _td } from '../../../languageHandler';
|
||||
import { _t } from '../../../languageHandler';
|
||||
import Modal from '../../../Modal';
|
||||
import {Group} from 'matrix-js-sdk';
|
||||
import GroupStore from "../../../stores/GroupStore";
|
||||
|
|
Loading…
Reference in New Issue