This commit is contained in:
Hugh Nimmo-Smith
2024-12-11 09:46:49 +00:00
parent 3a125183fe
commit 4779c412f7

View File

@@ -26,7 +26,11 @@ import { Heading, Text } from "@vector-im/compound-web";
import { useTranslation } from "react-i18next";
import type { IWidgetApiRequest } from "matrix-widget-api";
import { ElementWidgetActions, type JoinCallData, type WidgetHelpers } from "../widget";
import {
ElementWidgetActions,
type JoinCallData,
type WidgetHelpers,
} from "../widget";
import { FullScreenView } from "../FullScreenView";
import { LobbyView } from "./LobbyView";
import { type MatrixInfo } from "./VideoPreview";