Skip to content

Commit 233cbf8

Browse files
committed
Fixed dispatcher import
1 parent 2b7d27d commit 233cbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
var global = typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : typeof window !== 'undefined' ? window : {};
2-
const hzDispatcher = require("./Dispatcher.js");
2+
const hzDispatcher = require("hertzscript-dispatcher");
33
const hzDisp = new hzDispatcher(("hzTknLib" in global) ? global.hzTknLib : null);
44
if (!("hzTknLib" in global)) global.hzTknLib = hzDisp.tokenLib;

0 commit comments

Comments
 (0)