one more type

This commit is contained in:
Half-Shot 2026-04-28 17:47:55 +01:00
parent e796c3a725
commit 2152e31e2f

View File

@ -5,7 +5,7 @@
* Please see LICENSE files in the repository root for full details.
*/
import { IEventRelation, type MatrixClient, type Room, RoomEvent } from "matrix-js-sdk/src/matrix";
import { type IEventRelation, type MatrixClient, type Room, RoomEvent } from "matrix-js-sdk/src/matrix";
import type { MockedObject } from "jest-mock";
import { RoomUploadViewModel } from "../../../src/viewmodels/room/RoomUploadViewModel";