mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2025-09-03 09:12:30 +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