Skip to content

Commit f336aaf

Browse files
committed
- Updated comlink path.
1 parent b60c4ac commit f336aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sqlite-client.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as Comlink from '../node_modules/comlink/dist/esm/comlink.mjs';
1+
import * as Comlink from 'comlink';
22

33
export default class SqliteClient {
44
sqliteWorker;

0 commit comments

Comments
 (0)