mirror of
				https://github.com/gpxstudio/gpx.studio.git
				synced 2025-11-04 05:21:09 +00:00 
			
		
		
		
	rename files
This commit is contained in:
		@@ -40,7 +40,7 @@
 | 
			
		||||
    import { selection } from '$lib/logic/selection';
 | 
			
		||||
    import { fileActions, getFileIds, newGPXFile } from '$lib/logic/file-actions';
 | 
			
		||||
    import { mapCursor, MapCursorState } from '$lib/logic/map-cursor';
 | 
			
		||||
    import { RoutingControls, routingControls } from './RoutingControls';
 | 
			
		||||
    import { RoutingControls, routingControls } from './routing-controls';
 | 
			
		||||
 | 
			
		||||
    let {
 | 
			
		||||
        minimized = $bindable(false),
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
    import * as Card from '$lib/components/ui/card';
 | 
			
		||||
    import { Button } from '$lib/components/ui/button';
 | 
			
		||||
    import Shortcut from '$lib/components/Shortcut.svelte';
 | 
			
		||||
    import { canChangeStart } from './RoutingControls';
 | 
			
		||||
    import { canChangeStart } from './routing-controls';
 | 
			
		||||
    import { CirclePlay, Trash2 } from '@lucide/svelte';
 | 
			
		||||
 | 
			
		||||
    import { i18n } from '$lib/i18n.svelte';
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
import { updateAnchorPoints } from '$lib/components/toolbar/tools/routing/Simplify';
 | 
			
		||||
import { updateAnchorPoints } from '$lib/components/toolbar/tools/routing/simplify';
 | 
			
		||||
import { db, type Database } from '$lib/db';
 | 
			
		||||
import { liveQuery } from 'dexie';
 | 
			
		||||
import { GPXFile } from 'gpx';
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user