rename the references

This commit is contained in:
buzz-lightsnack-2007 2024-05-21 16:07:58 +08:00
parent 6ac91a36db
commit cc06bbaa06

View file

@ -2,8 +2,8 @@
Shop wisely with AI! Shop wisely with AI!
*/ */
import fc from './fc.js'; import BackgroundImporter from './importer.js';
import BackgroundCheck from "./background.check.js"; import BackgroundCheck from "./check.js";
fc.run(); let IMPORTER = new BackgroundImporter();
BackgroundCheck.init(); let CHECK = new BackgroundCheck();