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!
|
||||
*/
|
||||
|
||||
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();
|
Loading…
Add table
Add a link
Reference in a new issue