Use new CryptoEvent
import (#128)
* Use new `CryptoEvent` import * Remove remaining old `CryptoEvent` import * Replace `import` by `import type`
This commit is contained in:
parent
8ae64fe09b
commit
b483fdda35
21 changed files with 38 additions and 33 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue