Start migrating export to TypeScript

This commit is contained in:
Danila Fedorin 2021-08-12 13:20:37 -07:00
parent 287242deda
commit 2eea5d5ab8
2 changed files with 1 additions and 1 deletions

View File

@ -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";