mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-03-09 14:42:58 +00:00
remove svelte-i18n dependency, replace with minimalistic implementation
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
import { canChangeStart } from './RoutingControls';
|
||||
import { CirclePlay, Trash2 } from 'lucide-svelte';
|
||||
|
||||
import { _ } from 'svelte-i18n';
|
||||
import { _ } from '$lib/i18n';
|
||||
|
||||
export let element: HTMLElement;
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user