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!
*/
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();
let IMPORTER = new BackgroundImporter();
let CHECK = new BackgroundCheck();