mirror of https://github.com/vector-im/riot-web
parent
ed148de567
commit
d62f959014
|
@ -16,8 +16,8 @@ limitations under the License.
|
||||||
|
|
||||||
|
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import { MatrixCall } from "../../../../../matrix-js-sdk/src/webrtc/call";
|
import { MatrixCall } from "matrix-js-sdk/src/webrtc/call";
|
||||||
import { CallFeed } from "../../../../../matrix-js-sdk/src/webrtc/callFeed";
|
import { CallFeed } from "matrix-js-sdk/src/webrtc/callFeed";
|
||||||
import VideoFeed from "./VideoFeed";
|
import VideoFeed from "./VideoFeed";
|
||||||
|
|
||||||
interface IProps {
|
interface IProps {
|
||||||
|
|
Loading…
Reference in New Issue