mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
Fix imports
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
ed148de567
commit
d62f959014
@ -16,8 +16,8 @@ limitations under the License.
|
||||
|
||||
|
||||
import React from "react";
|
||||
import { MatrixCall } from "../../../../../matrix-js-sdk/src/webrtc/call";
|
||||
import { CallFeed } from "../../../../../matrix-js-sdk/src/webrtc/callFeed";
|
||||
import { MatrixCall } from "matrix-js-sdk/src/webrtc/call";
|
||||
import { CallFeed } from "matrix-js-sdk/src/webrtc/callFeed";
|
||||
import VideoFeed from "./VideoFeed";
|
||||
|
||||
interface IProps {
|
||||
|
Loading…
Reference in New Issue
Block a user