rename modules after moving to appropriate folders
This commit is contained in:
		
							parent
							
								
									0b7be21d03
								
							
						
					
					
						commit
						a226f12645
					
				
					 16 changed files with 17 additions and 17 deletions
				
			
		|  | @ -1,4 +1,4 @@ | |||
| import texts from "/scripts/strings/read.js"; | ||||
| import texts from "/scripts/mapping/read.js"; | ||||
| 
 | ||||
| export default class Loader { | ||||
|      /* Link a loading screen.  | ||||
|  |  | |||
|  | @ -1,8 +1,8 @@ | |||
| /* windowman | ||||
| Window and window content management */ | ||||
| 
 | ||||
| import texts from "../strings/read.js"; | ||||
| import net from "../net.js"; | ||||
| import texts from "../mapping/read.js"; | ||||
| import net from "/scripts/utils/net.js"; | ||||
| import Window from "./window.js"; | ||||
| 
 | ||||
| export default class windowman { | ||||
|  |  | |||
|  | @ -1,6 +1,6 @@ | |||
| import {read, write, search, observe} from "/scripts/secretariat.js"; | ||||
| import logging from "/scripts/logging.js" | ||||
| import texts from "/scripts/strings/read.js"; | ||||
| import texts from "/scripts/mapping/read.js"; | ||||
| 
 | ||||
| 
 | ||||
| export default class UI { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue