This repository was archived by the owner on Sep 11, 2024. It is now read-only.
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
14
14
limitations under the License.
15
15
*/
16
16
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" ;
18
20
import { Playback , PlaybackState } from "./Playback" ;
19
21
import { UPDATE_EVENT } from "../stores/AsyncStore" ;
20
22
import { MatrixClientPeg } from "../MatrixClientPeg" ;
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ import { containsEmoji } from "../../effects/utils";
44
44
import dis from "../../dispatcher/dispatcher" ;
45
45
import { tryTransformPermalinkToLocalHref } from "../../utils/permalinks/Permalinks" ;
46
46
import { 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 " ;
48
48
49
49
// TODO: Purge this from the universe
50
50
You can’t perform that action at this time.
0 commit comments