directly call Entrymanager
This commit is contained in:
		
							parent
							
								
									07395f8939
								
							
						
					
					
						commit
						78ae0d75b5
					
				
					 2 changed files with 4 additions and 14 deletions
				
			
		|  | @ -1,12 +0,0 @@ | |||
| import Tabs from "/scripts/GUI/tabs.js"; | ||||
| import EntryManager from "/scripts/GUI/entrypoints/manager.js" | ||||
| 
 | ||||
| export default class user_actions { | ||||
| 	static init() { | ||||
| 		user_actions.tabs(); | ||||
| 	}; | ||||
| 
 | ||||
| 	static tabs() { | ||||
| 		new EntryManager(); | ||||
| 	} | ||||
| }; | ||||
|  | @ -3,7 +3,9 @@ Shop wisely with AI! | |||
| */ | ||||
| 
 | ||||
| import fc from './fc.js'; | ||||
| import user_actions from "../actions.js"; | ||||
| import EntryManager from "/scripts/GUI/entrypoints/manager.js" | ||||
| import link from "../link.js"; | ||||
| 
 | ||||
| fc.run(); | ||||
| user_actions.init(); | ||||
| new EntryManager(); | ||||
| new link(); | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue