diff --git a/scripts/background/shopAI.js b/scripts/background/shopAI.js index 8d7b619..6f2da7c 100644 --- a/scripts/background/shopAI.js +++ b/scripts/background/shopAI.js @@ -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(); \ No newline at end of file +BackgroundCheck.init(); +new BackgroundMessaging(); \ No newline at end of file