aboutsummaryrefslogtreecommitdiff
path: root/src/webex/background.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webex/background.ts')
-rw-r--r--src/webex/background.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webex/background.ts b/src/webex/background.ts
index 3c63f323e..dbc540df4 100644
--- a/src/webex/background.ts
+++ b/src/webex/background.ts
@@ -23,7 +23,7 @@
/**
* Imports.
*/
-import {wxMain} from "./wxBackend";
+import { wxMain } from "./wxBackend";
window.addEventListener("load", () => {
wxMain();