mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-05 19:59:20 +00:00
Format
This commit is contained in:
@@ -26,7 +26,11 @@ import { Heading, Text } from "@vector-im/compound-web";
|
|||||||
import { useTranslation } from "react-i18next";
|
import { useTranslation } from "react-i18next";
|
||||||
|
|
||||||
import type { IWidgetApiRequest } from "matrix-widget-api";
|
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 { FullScreenView } from "../FullScreenView";
|
||||||
import { LobbyView } from "./LobbyView";
|
import { LobbyView } from "./LobbyView";
|
||||||
import { type MatrixInfo } from "./VideoPreview";
|
import { type MatrixInfo } from "./VideoPreview";
|
||||||
|
|||||||
Reference in New Issue
Block a user