aboutsummaryrefslogtreecommitdiff
path: root/ext/js/background/offscreen-main.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/js/background/offscreen-main.js')
-rw-r--r--ext/js/background/offscreen-main.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/js/background/offscreen-main.js b/ext/js/background/offscreen-main.js
index 808e7766..dcbf978f 100644
--- a/ext/js/background/offscreen-main.js
+++ b/ext/js/background/offscreen-main.js
@@ -16,9 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
-/* global
- * Offscreen
- */
+import {Offscreen} from './offscreen.js';
(() => {
new Offscreen();