Fix lint errors caused by matrix-js-sdl/src import

This commit is contained in:
Timo
2025-04-03 15:51:47 +02:00
parent 9acc1d1fe9
commit 70c97fa8be
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ Please see LICENSE in the repository root for full details.
import { type Page, test, expect, type JSHandle } from "@playwright/test";
import type { MatrixClient } from "matrix-js-sdk/src";
import type { MatrixClient } from "matrix-js-sdk";
export type UserBaseFixture = {
mxId: string;

View File

@@ -5,7 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
Please see LICENSE in the repository root for full details.
*/
import type * as Matrix from "matrix-js-sdk/src";
import type * as Matrix from "matrix-js-sdk";
declare global {
interface Window {