We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7d27d commit 233cbf8Copy full SHA for 233cbf8
src/header.js
@@ -1,4 +1,4 @@
1
var global = typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : typeof window !== 'undefined' ? window : {};
2
-const hzDispatcher = require("./Dispatcher.js");
+const hzDispatcher = require("hertzscript-dispatcher");
3
const hzDisp = new hzDispatcher(("hzTknLib" in global) ? global.hzTknLib : null);
4
if (!("hzTknLib" in global)) global.hzTknLib = hzDisp.tokenLib;
0 commit comments