Start migrating GroupSessionDecryptionStore to TypeScript

This commit is contained in:
Danila Fedorin 2021-08-12 10:41:58 -07:00
parent 016b51ba37
commit 736b122fc7
2 changed files with 1 additions and 1 deletions

View file

@ -31,7 +31,7 @@ import {DeviceIdentityStore} from "./stores/DeviceIdentityStore";
import {OlmSessionStore} from "./stores/OlmSessionStore";
import {InboundGroupSessionStore} from "./stores/InboundGroupSessionStore";
import {OutboundGroupSessionStore} from "./stores/OutboundGroupSessionStore";
import {GroupSessionDecryptionStore} from "./stores/GroupSessionDecryptionStore.js";
import {GroupSessionDecryptionStore} from "./stores/GroupSessionDecryptionStore";
import {OperationStore} from "./stores/OperationStore.js";
import {AccountDataStore} from "./stores/AccountDataStore.js";