Skip to content

Commit f126d62

Browse files
committed
Import namespaces fix
1 parent a012dfe commit f126d62

File tree

10 files changed

+1
-1
lines changed

10 files changed

+1
-1
lines changed

src/proc/realtime/QueryWindow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { SimpleEmitter } from '../../entry/abstracts/SimpleEmitter.js';
22
import { matchExpr } from '../../entry/abstracts/util.js';
3-
import { ExprEngine } from '../../flash/ExprEngine.js';
3+
import { ExprEngine } from '../../flashql/ExprEngine.js';
44
import { registry } from "../../lang/registry.js";
55
import { _eq } from "../../lang/abstracts/util.js";
66

0 commit comments

Comments
 (0)