diff --git a/scripts/background/shopAI.js b/scripts/background/shopAI.js index 78208ef..9e078e1 100644 --- a/scripts/background/shopAI.js +++ b/scripts/background/shopAI.js @@ -2,8 +2,8 @@ Shop wisely with AI! */ -import fc from './fc.js'; -import BackgroundCheck from "./background.check.js"; +import BackgroundImporter from './importer.js'; +import BackgroundCheck from "./check.js"; -fc.run(); -BackgroundCheck.init(); \ No newline at end of file +let IMPORTER = new BackgroundImporter(); +let CHECK = new BackgroundCheck(); \ No newline at end of file