Start migrating PendingEventStore.js to TypeScript
This commit is contained in:
parent
526ff53728
commit
e433a234fe
2 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ import {TimelineRelationStore} from "./stores/TimelineRelationStore";
|
|||
import {RoomStateStore} from "./stores/RoomStateStore";
|
||||
import {RoomMemberStore} from "./stores/RoomMemberStore";
|
||||
import {TimelineFragmentStore} from "./stores/TimelineFragmentStore";
|
||||
import {PendingEventStore} from "./stores/PendingEventStore.js";
|
||||
import {PendingEventStore} from "./stores/PendingEventStore";
|
||||
import {UserIdentityStore} from "./stores/UserIdentityStore.js";
|
||||
import {DeviceIdentityStore} from "./stores/DeviceIdentityStore.js";
|
||||
import {OlmSessionStore} from "./stores/OlmSessionStore.js";
|
||||
|
|
Reference in a new issue