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