Switch to importing client from main js-sdk export (#11370)
This commit is contained in:
parent
e0d498e338
commit
c3574c2050
155 changed files with 259 additions and 268 deletions
|
@ -18,8 +18,7 @@ import React from "react";
|
|||
import { render, screen } from "@testing-library/react";
|
||||
import { CallFeed } from "matrix-js-sdk/src/webrtc/callFeed";
|
||||
import { MatrixCall } from "matrix-js-sdk/src/webrtc/call";
|
||||
import { MatrixClient } from "matrix-js-sdk/src/client";
|
||||
import { Room } from "matrix-js-sdk/src/matrix";
|
||||
import { MatrixClient, Room } from "matrix-js-sdk/src/matrix";
|
||||
|
||||
import * as AvatarModule from "../../../../src/Avatar";
|
||||
import VideoFeed from "../../../../src/components/views/voip/VideoFeed";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue