From b3eb449df1244b73118611612519d597e6118225 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff Date: Mon, 19 Dec 2022 16:34:19 +0000 Subject: [PATCH] sigh --- cypress/e2e/crypto/crypto.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/crypto/crypto.spec.ts b/cypress/e2e/crypto/crypto.spec.ts index d23cdf958e34..90fea261be38 100644 --- a/cypress/e2e/crypto/crypto.spec.ts +++ b/cypress/e2e/crypto/crypto.spec.ts @@ -14,9 +14,9 @@ See the License for the specific language governing permissions and limitations under the License. */ -import { MatrixClient, Room } from "matrix-js-sdk/src/matrix"; +import { EventType, MatrixClient, MsgType, Room } from "matrix-js-sdk/src/matrix"; -import type { EventType, ISendEventResponse, MsgType } from "matrix-js-sdk/src/matrix"; +import type { ISendEventResponse } from "matrix-js-sdk/src/matrix"; import type { VerificationRequest } from "matrix-js-sdk/src/crypto/verification/request/VerificationRequest"; import type { ISasEvent } from "matrix-js-sdk/src/crypto/verification/SAS"; import type { CypressBot } from "../../support/bot";