Use new CryptoEvent import (#128)

* Use new `CryptoEvent` import

* Remove remaining old `CryptoEvent` import

* Replace `import` by `import type`
This commit is contained in:
Florian Duros 2024-10-16 12:52:28 +02:00 committed by Michael Telatynski
parent 8ae64fe09b
commit b483fdda35
No known key found for this signature in database
GPG key ID: A2B008A5F49F5D0D
21 changed files with 38 additions and 33 deletions

View file

@ -8,8 +8,9 @@ Please see LICENSE files in the repository root for full details.
import { expect, JSHandle, type Page } from "@playwright/test";
import type { CryptoEvent, ICreateRoomOpts, MatrixClient } from "matrix-js-sdk/src/matrix";
import type { ICreateRoomOpts, MatrixClient } from "matrix-js-sdk/src/matrix";
import type {
CryptoEvent,
EmojiMapping,
ShowSasCallbacks,
VerificationRequest,