Start migrating DeviceIdentityStore to TypeScript
This commit is contained in:
parent
c5a209258e
commit
218bac7883
2 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import {RoomMemberStore} from "./stores/RoomMemberStore";
|
|||
import {TimelineFragmentStore} from "./stores/TimelineFragmentStore";
|
||||
import {PendingEventStore} from "./stores/PendingEventStore";
|
||||
import {UserIdentityStore} from "./stores/UserIdentityStore";
|
||||
import {DeviceIdentityStore} from "./stores/DeviceIdentityStore.js";
|
||||
import {DeviceIdentityStore} from "./stores/DeviceIdentityStore";
|
||||
import {OlmSessionStore} from "./stores/OlmSessionStore.js";
|
||||
import {InboundGroupSessionStore} from "./stores/InboundGroupSessionStore.js";
|
||||
import {OutboundGroupSessionStore} from "./stores/OutboundGroupSessionStore.js";
|
||||
|
|
Reference in a new issue