forked from MapComplete/MapComplete
		
	
		
			
				
	
	
		
			7 lines
		
	
	
	
		
			153 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
	
		
			153 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import InspectorGUI from "./InspectorGUI.svelte"
 | 
						|
 | 
						|
const target = document.getElementById("main")
 | 
						|
target.innerHTML = ""
 | 
						|
new InspectorGUI({
 | 
						|
    target,
 | 
						|
})
 |