unused background messaging removed

This commit is contained in:
buzz-lightsnack-2007 2024-05-03 12:06:56 +08:00
parent 332086b4fb
commit 6816fddff2
2 changed files with 1 additions and 17 deletions

View file

@ -1,14 +0,0 @@
/* link.js
Link the content scripts to the background scripts.
*/
class BackgroundMessaging {
constructor () {
// Create a listener for events.
/* chrome.runtime.onMessage.addListener(async (message, sender, sendResponse) => {
});*/
}
}
export default BackgroundMessaging;

View file

@ -4,8 +4,6 @@ Shop wisely with AI!
import fc from './fc.js';
import BackgroundCheck from "./background.check.js";
import BackgroundMessaging from "./background.messaging.js";
fc.run();
BackgroundCheck.init();
new BackgroundMessaging();