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 4a3b33c commit 11b01fdCopy full SHA for 11b01fd
src/background.ts
@@ -2,13 +2,13 @@ import * as CompileConfig from "../config.json";
2
3
import Config from "./config";
4
import { Registration } from "./types";
5
-import Utils from "./utils";
6
-import { GenericUtils } from "./utils/genericUtils";
7
8
// Make the config public for debugging purposes
9
10
window.SB = Config;
11
+import Utils from "./utils";
+import { GenericUtils } from "./utils/genericUtils";
12
const utils = new Utils({
13
registerFirefoxContentScript,
14
unregisterFirefoxContentScript
0 commit comments