Remove unused import

This commit is contained in:
David Baker 2022-09-01 13:36:02 +01:00
parent 48ad4d040d
commit 30c9dfce02

View file

@ -21,7 +21,6 @@ import {
GroupCallIntent,
} from "matrix-js-sdk/src/webrtc/groupCall";
import { GroupCallEventHandlerEvent } from "matrix-js-sdk/src/webrtc/groupCallEventHandler";
import { ClientEvent } from "matrix-js-sdk/src/client";
import { logger } from "matrix-js-sdk/src/logger";
import type { MatrixClient } from "matrix-js-sdk/src/client";