File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ See the License for the specific language governing permissions and
1414limitations under the License.
1515*/
1616
17- import { MatrixClient , MatrixEvent , Room } from "matrix-js-sdk" ;
17+ import { MatrixClient } from "matrix-js-sdk/src/client" ;
18+ import { MatrixEvent } from "matrix-js-sdk/src/models/event" ;
19+ import { Room } from "matrix-js-sdk/src/models/room" ;
1820import { Playback , PlaybackState } from "./Playback" ;
1921import { UPDATE_EVENT } from "../stores/AsyncStore" ;
2022import { MatrixClientPeg } from "../MatrixClientPeg" ;
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ import { containsEmoji } from "../../effects/utils";
4444import dis from "../../dispatcher/dispatcher" ;
4545import { tryTransformPermalinkToLocalHref } from "../../utils/permalinks/Permalinks" ;
4646import { IEvent , MatrixEvent } from "matrix-js-sdk/src/models/event" ;
47- import { Room } from "matrix-js-sdk" ;
47+ import { Room } from "matrix-js-sdk/src/models/room " ;
4848
4949// TODO: Purge this from the universe
5050
You can’t perform that action at this time.
0 commit comments