Remove top level matrix-js-sdk imports
This commit is contained in:
parent
05466fbd7f
commit
882eed0737
18 changed files with 32 additions and 18 deletions
|
|
@ -17,7 +17,7 @@ limitations under the License.
|
|||
import React, { useCallback, useEffect, useState } from "react";
|
||||
import { useHistory } from "react-router-dom";
|
||||
import { GroupCall, GroupCallState } from "matrix-js-sdk/src/webrtc/groupCall";
|
||||
import { MatrixClient } from "matrix-js-sdk";
|
||||
import { MatrixClient } from "matrix-js-sdk/src/client";
|
||||
|
||||
import { useGroupCall } from "./useGroupCall";
|
||||
import { ErrorView, FullScreenView } from "../FullScreenView";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue