refactor: Split out all exports of CallViewModel to their own file

This commit is contained in:
Valere
2025-10-13 16:24:55 +02:00
parent 8823be67c5
commit 0e1b61a5e8
13 changed files with 146 additions and 138 deletions

View File

@@ -46,11 +46,8 @@ import {
} from "matrix-js-sdk/lib/matrixrtc";
import { deepCompare } from "matrix-js-sdk/lib/utils";
import {
CallViewModel,
type CallViewModelOptions,
type Layout,
} from "./CallViewModel";
import { CallViewModel, type CallViewModelOptions } from "./CallViewModel";
import { type Layout } from "./layout-types";
import {
mockLocalParticipant,
mockMatrixRoom,