Start migrating export to TypeScript
This commit is contained in:
parent
287242deda
commit
2eea5d5ab8
2 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Reference in a new issue