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
|
@ -9,7 +9,7 @@ Please see LICENSE files in the repository root for full details.
|
|||
import { act, render, RenderResult } from "jest-matrix-react";
|
||||
import React, { ComponentProps } from "react";
|
||||
import EventEmitter from "events";
|
||||
import { CryptoEvent } from "matrix-js-sdk/src/matrix";
|
||||
import { CryptoEvent } from "matrix-js-sdk/src/crypto-api";
|
||||
import { sleep } from "matrix-js-sdk/src/utils";
|
||||
|
||||
import { LoginSplashView } from "../../../../../src/components/structures/auth/LoginSplashView";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue