import cleanups

This commit is contained in:
Timo
2025-03-13 18:36:01 +01:00
committed by Robin
parent f0545ced65
commit 6f93a037cf
11 changed files with 18 additions and 21 deletions

View File

@@ -7,10 +7,9 @@ Please see LICENSE in the repository root for full details.
import { beforeEach, expect, type MockedFunction, test, vitest } from "vitest";
import { render, waitFor, screen } from "@testing-library/react";
import { type MatrixClient } from "matrix-js-sdk";
import { type MatrixClient, JoinRule, type RoomState } from "matrix-js-sdk";
import { type MatrixRTCSession } from "matrix-js-sdk/lib/matrixrtc";
import { of } from "rxjs";
import { JoinRule, type RoomState } from "matrix-js-sdk";
import { BrowserRouter } from "react-router-dom";
import userEvent from "@testing-library/user-event";
import { type RelationsContainer } from "matrix-js-sdk/lib/models/relations-container";