Skip to content

Commit a6d71b9

Browse files
authored
Merge pull request #181 from AlexErrant/remove-sql_0001
remove sql_0001
2 parents 7975871 + eee23f5 commit a6d71b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demo/file/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import * as VFS from "../../src/VFS.js";
22
import { IDBBatchAtomicVFS } from "../../src/examples/IDBBatchAtomicVFS.js";
3-
import { sql_0001 } from "../../test/sql_0001.js";
43

54
const SEARCH_PARAMS = new URLSearchParams(location.search);
65
const IDB_NAME = SEARCH_PARAMS.get('idb') ?? 'sqlite-vfs';

0 commit comments

Comments
 (0)