Remove imports

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-02-25 11:26:34 +01:00
parent 4c377ae037
commit 436a17bcc9
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 0 additions and 3 deletions

View File

@ -17,11 +17,8 @@ limitations under the License.
import React, { createRef } from 'react';
import PropTypes from 'prop-types';
import {MatrixClientPeg} from "../../../MatrixClientPeg";
import { _t } from '../../../languageHandler';
import AccessibleTooltipButton from "./AccessibleTooltipButton";
import Modal from "../../../Modal";
import * as sdk from "../../../index";
import {Key} from "../../../Keyboard";
import FocusLock from "react-focus-lock";
import MemberAvatar from "../avatars/MemberAvatar";