Fix imports

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-06-12 12:30:56 +02:00
parent ed148de567
commit d62f959014
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790

View File

@ -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 {