From eee23f5e501cd361a710df3dc634678cb4a971c4 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 28 May 2024 20:46:13 -0500 Subject: [PATCH] remove sql_0001 --- demo/file/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/demo/file/index.js b/demo/file/index.js index f4c5a1d..684c35d 100644 --- a/demo/file/index.js +++ b/demo/file/index.js @@ -1,6 +1,5 @@ import * as VFS from "../../src/VFS.js"; import { IDBBatchAtomicVFS } from "../../src/examples/IDBBatchAtomicVFS.js"; -import { sql_0001 } from "../../test/sql_0001.js"; const SEARCH_PARAMS = new URLSearchParams(location.search); const IDB_NAME = SEARCH_PARAMS.get('idb') ?? 'sqlite-vfs';