Make js-sdk imports consistent (#2590)
We need to be consistent about whether we import matrix-js-sdk from `src` or `lib`, otherwise we get two copies of matrix-js-sdk, and everything explodes.
This commit is contained in:
committed by
GitHub
parent
159ae603aa
commit
b79a405ed6
@@ -35,7 +35,7 @@ import { useObservableEagerState } from "observable-hooks";
|
||||
import { useTranslation } from "react-i18next";
|
||||
import classNames from "classnames";
|
||||
import { TrackReferenceOrPlaceholder } from "@livekit/components-core";
|
||||
import { RoomMember } from "matrix-js-sdk";
|
||||
import { RoomMember } from "matrix-js-sdk/src/matrix";
|
||||
|
||||
import { MediaView } from "./MediaView";
|
||||
import styles from "./SpotlightTile.module.css";
|
||||
|
||||
Reference in New Issue
Block a user