From cc06bbaa0688a46ff5ae3be18d7ceda88d0bf947 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Tue, 21 May 2024 16:07:58 +0800 Subject: [PATCH] rename the references --- scripts/background/shopAI.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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