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

Commit 7bc5c58

Browse files
committed
Replace import by import type
1 parent 961e67c commit 7bc5c58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playwright/e2e/crypto/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Please see LICENSE files in the repository root for full details.
77
*/
88

99
import { expect, JSHandle, type Page } from "@playwright/test";
10-
import { ICreateRoomOpts, MatrixClient } from "matrix-js-sdk/src/matrix";
11-
import { CryptoEvent } from "matrix-js-sdk/src/crypto-api";
1210

11+
import type { ICreateRoomOpts, MatrixClient } from "matrix-js-sdk/src/matrix";
1312
import type {
13+
CryptoEvent,
1414
EmojiMapping,
1515
ShowSasCallbacks,
1616
VerificationRequest,

0 commit comments

Comments
 (0)