forked from MapComplete/MapComplete
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			136 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			136 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import AppIndex from "./AppIndex.svelte"
 | 
						|
 | 
						|
const target = document.getElementById("main")
 | 
						|
target.innerHTML = ""
 | 
						|
new AppIndex({ target })
 |