Skip to content

Commit 55b9116

Browse files
authored
Re-export localStorage-crypto-store (#3660)
1 parent 3a5d660 commit 55b9116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/matrix.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export * from "./service-types";
5050
export * from "./store/memory";
5151
export * from "./store/indexeddb";
5252
export * from "./crypto/store/memory-crypto-store";
53+
export * from "./crypto/store/localStorage-crypto-store";
5354
export * from "./crypto/store/indexeddb-crypto-store";
5455
export type { OutgoingRoomKeyRequest } from "./crypto/store/base";
5556
export * from "./content-repo";

0 commit comments

Comments
 (0)