Fix imports
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
ed148de567
commit
d62f959014
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue