mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +01:00
Start migrating export to TypeScript
This commit is contained in:
parent
287242deda
commit
2eea5d5ab8
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user