Update src/components/views/voip/CallView.tsx

Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
pvagner 2021-06-30 07:06:10 +02:00 committed by GitHub
parent 46f59be7f3
commit b2292268bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import { CallState, CallType, MatrixCall, CallEvent } from 'matrix-js-sdk/src/we
import classNames from 'classnames';
import AccessibleButton from '../elements/AccessibleButton';
import AccessibleTooltipButton from "../elements/AccessibleTooltipButton";
import { isOnlyCtrlOrCmdKeyEvent, Key} from '../../../Keyboard';
import { isOnlyCtrlOrCmdKeyEvent, Key } from '../../../Keyboard';
import {
alwaysAboveLeftOf,
alwaysAboveRightOf,