Move comment
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
5b293dd6df
commit
42003ac229
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ import { IndexedDBCryptoStore } from "matrix-js-sdk/src/crypto/store/indexeddb-c
|
|||
import { WebStorageSessionStore } from "matrix-js-sdk/src/store/session/webstorage";
|
||||
import { IndexedDBStore } from "matrix-js-sdk/src/store/indexeddb";
|
||||
|
||||
import IndexedDBWorker from "../workers/indexeddb.worker.ts"; // @ts-ignore - `.ts` is needed here to make TS happy
|
||||
// @ts-ignore - `.ts` is needed here to make TS happy
|
||||
import IndexedDBWorker from "../workers/indexeddb.worker.ts";
|
||||
|
||||
const localStorage = window.localStorage;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue