rename associated modules

This commit is contained in:
buzz-lightsnack-2007 2024-04-29 08:41:08 +08:00
parent bf50ebad7a
commit ac3cc569c9

View file

@ -3,7 +3,9 @@ Shop wisely with AI!
*/
import fc from './fc.js';
import user_actions from "../actions.js";
import BackgroundCheck from "./background.check.js";
import BackgroundMessaging from "./background.messaging.js";
fc.run();
user_actions.init();
BackgroundCheck.init();
new BackgroundMessaging();