diff --git a/src/matrix/storage/idb/StorageFactory.js b/src/matrix/storage/idb/StorageFactory.js index 84b699eb..896dedd8 100644 --- a/src/matrix/storage/idb/StorageFactory.js +++ b/src/matrix/storage/idb/StorageFactory.js @@ -16,7 +16,7 @@ limitations under the License. import {Storage} from "./Storage"; import { openDatabase, reqAsPromise } from "./utils"; -import { exportSession, importSession } from "./export.js"; +import { exportSession, importSession } from "./export"; import { schema } from "./schema.js"; import { detectWebkitEarlyCloseTxnBug } from "./quirks.js"; diff --git a/src/matrix/storage/idb/export.js b/src/matrix/storage/idb/export.ts similarity index 100% rename from src/matrix/storage/idb/export.js rename to src/matrix/storage/idb/export.ts