forked from MapComplete/MapComplete
		
	Fix: Missing import
This commit is contained in:
		
							parent
							
								
									78c9b5ffdf
								
							
						
					
					
						commit
						c4c93bc49b
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
					@ -51,6 +51,7 @@
 | 
				
			||||||
  import EnvelopeOpen from "@babeard/svelte-heroicons/mini/EnvelopeOpen"
 | 
					  import EnvelopeOpen from "@babeard/svelte-heroicons/mini/EnvelopeOpen"
 | 
				
			||||||
  import PanoramaxLink from "./PanoramaxLink.svelte"
 | 
					  import PanoramaxLink from "./PanoramaxLink.svelte"
 | 
				
			||||||
  import { UIEventSource } from "../../Logic/UIEventSource"
 | 
					  import { UIEventSource } from "../../Logic/UIEventSource"
 | 
				
			||||||
 | 
					  import MagnifyingGlassCircle from "@babeard/svelte-heroicons/mini/MagnifyingGlassCircle"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  export let state: ThemeViewState
 | 
					  export let state: ThemeViewState
 | 
				
			||||||
  let userdetails = state.osmConnection.userDetails
 | 
					  let userdetails = state.osmConnection.userDetails
 | 
				
			||||||
| 
						 | 
					@ -279,7 +280,10 @@
 | 
				
			||||||
      </Page>
 | 
					      </Page>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <a class="flex" href={window.location.protocol + "//" + window.location.host + "/inspector.html"}>
 | 
					    <a
 | 
				
			||||||
 | 
					      class="flex"
 | 
				
			||||||
 | 
					      href={window.location.protocol + "//" + window.location.host + "/inspector.html"}
 | 
				
			||||||
 | 
					    >
 | 
				
			||||||
      <MagnifyingGlassCircle class="mr-2 h-6 w-6" />
 | 
					      <MagnifyingGlassCircle class="mr-2 h-6 w-6" />
 | 
				
			||||||
      <Tr t={Translations.t.inspector.menu} />
 | 
					      <Tr t={Translations.t.inspector.menu} />
 | 
				
			||||||
    </a>
 | 
					    </a>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue