rename the references
This commit is contained in:
parent
6ac91a36db
commit
cc06bbaa06
1 changed files with 4 additions and 4 deletions
|
@ -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();
|
Loading…
Add table
Add a link
Reference in a new issue