Remove unused import

This commit is contained in:
David Baker
2025-02-07 11:22:54 +01:00
parent 8ca4a8b6ec
commit 2ef05c5cb9

View File

@@ -8,7 +8,6 @@ Please see LICENSE files in the repository root for full details.
import { renderHook } from "jest-matrix-react";
import { act } from "react";
import { mocked } from "jest-mock";
import { MatrixEvent } from "matrix-js-sdk/src/matrix";
import type { MatrixClient } from "matrix-js-sdk/src/matrix";
import type { KeyBackupCheck, KeyBackupInfo } from "matrix-js-sdk/src/crypto-api";