mirror of
				https://github.com/gpxstudio/gpx.studio.git
				synced 2025-11-04 05:21:09 +00:00 
			
		
		
		
	renaming
This commit is contained in:
		@@ -1,5 +1,5 @@
 | 
			
		||||
<script lang="ts">
 | 
			
		||||
    import CustomControl from './CustomControl';
 | 
			
		||||
    import CustomControl from './custom-control';
 | 
			
		||||
    import { map } from '$lib/components/map/map';
 | 
			
		||||
    import { onMount, type Snippet } from 'svelte';
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
<script lang="ts">
 | 
			
		||||
    import CustomControl from '$lib/components/map/custom-control/CustomControl.svelte';
 | 
			
		||||
    import LayerTree from './LayerTree.svelte';
 | 
			
		||||
    import { OverpassLayer } from './OverpassLayer';
 | 
			
		||||
    import { OverpassLayer } from './overpass-layer';
 | 
			
		||||
    import { Separator } from '$lib/components/ui/separator';
 | 
			
		||||
    import { ScrollArea } from '$lib/components/ui/scroll-area/index.js';
 | 
			
		||||
    import { Layers } from '@lucide/svelte';
 | 
			
		||||
 
 | 
			
		||||
@@ -2,11 +2,9 @@
 | 
			
		||||
    import { streetViewEnabled } from '$lib/components/map/street-view-control/utils';
 | 
			
		||||
    import { map } from '$lib/components/map/map';
 | 
			
		||||
    import CustomControl from '$lib/components/map/custom-control/CustomControl.svelte';
 | 
			
		||||
    import Tooltip from '$lib/components/Tooltip.svelte';
 | 
			
		||||
    import { Toggle } from '$lib/components/ui/toggle';
 | 
			
		||||
    import { PersonStanding, X } from '@lucide/svelte';
 | 
			
		||||
    import { MapillaryLayer } from './Mapillary';
 | 
			
		||||
    import { GoogleRedirect } from './Google';
 | 
			
		||||
    import { MapillaryLayer } from './mapillary';
 | 
			
		||||
    import { GoogleRedirect } from './google';
 | 
			
		||||
    import { settings } from '$lib/logic/settings';
 | 
			
		||||
    import { i18n } from '$lib/i18n.svelte';
 | 
			
		||||
    import { onMount } from 'svelte';
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user