rename associated modules
This commit is contained in:
parent
bf50ebad7a
commit
ac3cc569c9
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,9 @@ Shop wisely with AI!
|
|||
*/
|
||||
|
||||
import fc from './fc.js';
|
||||
import user_actions from "../actions.js";
|
||||
import BackgroundCheck from "./background.check.js";
|
||||
import BackgroundMessaging from "./background.messaging.js";
|
||||
|
||||
fc.run();
|
||||
user_actions.init();
|
||||
BackgroundCheck.init();
|
||||
new BackgroundMessaging();
|
Loading…
Add table
Add a link
Reference in a new issue