Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 961e67c

Browse files
committed
Remove remaining old CryptoEvent import
1 parent 56b2f54 commit 961e67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/structures/auth/LoginSplashView-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Please see LICENSE files in the repository root for full details.
99
import { act, render, RenderResult } from "jest-matrix-react";
1010
import React, { ComponentProps } from "react";
1111
import EventEmitter from "events";
12-
import { CryptoEvent } from "matrix-js-sdk/src/matrix";
12+
import { CryptoEvent } from "matrix-js-sdk/src/crypto-api";
1313
import { sleep } from "matrix-js-sdk/src/utils";
1414

1515
import { LoginSplashView } from "../../../../src/components/structures/auth/LoginSplashView";

0 commit comments

Comments
 (0)