Update background.thunderbird.js

This commit is contained in:
htyxyt
2025-02-18 10:25:12 +08:00
committed by GitHub
parent 30a9de25a8
commit daadc0195c

View File

@@ -1,3 +1,4 @@
/* global messenger */
import browser from "webextension-polyfill"; import browser from "webextension-polyfill";
import { import {
MSG_FETCH, MSG_FETCH,
@@ -251,4 +252,4 @@ async function registerMsgDisplayScript() {
js: [{file: "/content.js"}] js: [{file: "/content.js"}]
}); });
} }
registerMsgDisplayScript(); registerMsgDisplayScript();