move background scripts to a dedicated folder, but move actions outside
This commit is contained in:
parent
0df989512c
commit
ea6dd9be93
8 changed files with 133 additions and 136 deletions
9
scripts/background/shopAI.js
Normal file
9
scripts/background/shopAI.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
/* ShopAI
|
||||
Shop wisely with AI!
|
||||
*/
|
||||
|
||||
import fc from './fc.js';
|
||||
import user_actions from "../actions.js";
|
||||
|
||||
fc.run();
|
||||
user_actions.init();
|
Loading…
Add table
Add a link
Reference in a new issue