diff --git a/src/vector/app.tsx b/src/vector/app.tsx index f8371db674..d586f9cb35 100644 --- a/src/vector/app.tsx +++ b/src/vector/app.tsx @@ -33,7 +33,6 @@ import * as Lifecycle from "matrix-react-sdk/src/Lifecycle"; import type MatrixChatType from "matrix-react-sdk/src/components/structures/MatrixChat"; import {MatrixClientPeg} from 'matrix-react-sdk/src/MatrixClientPeg'; import SdkConfig from "matrix-react-sdk/src/SdkConfig"; -import CallHandler from 'matrix-react-sdk/src/CallHandler'; import {parseQs, parseQsFromFragment} from './url_utils'; import VectorBasePlatform from "./platform/VectorBasePlatform";