Switch to importing models/{event-timeline{,set},user,device,event-status} from main js-sdk export (#11368)

This commit is contained in:
Michael Telatynski
2023-08-08 07:16:04 +00:00
committed by GitHub
parent b08bdf7e0d
commit 368b6b9355
40 changed files with 106 additions and 73 deletions
+9 -3
View File
@@ -17,9 +17,15 @@ limitations under the License.
import React, { createRef } from "react";
import { Filter } from "matrix-js-sdk/src/filter";
import { EventTimelineSet, IRoomTimelineData } from "matrix-js-sdk/src/models/event-timeline-set";
import { Direction } from "matrix-js-sdk/src/models/event-timeline";
import { MatrixEvent, MatrixEventEvent, Room, RoomEvent } from "matrix-js-sdk/src/matrix";
import {
EventTimelineSet,
IRoomTimelineData,
Direction,
MatrixEvent,
MatrixEventEvent,
Room,
RoomEvent,
} from "matrix-js-sdk/src/matrix";
import { TimelineWindow } from "matrix-js-sdk/src/timeline-window";
import { logger } from "matrix-js-sdk/src/logger";