rename file to avoid clashes

This commit is contained in:
vcoppe
2025-11-16 13:27:15 +01:00
parent 4442e29b66
commit 6c15193f32
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
import { onDestroy } from 'svelte';
import { getURLForLanguage } from '$lib/utils';
import { selection } from '$lib/logic/selection';
import { minTolerance, ReducedGPXLayerCollection, tolerance } from './reduce.svelte';
import { minTolerance, ReducedGPXLayerCollection, tolerance } from './utils.svelte';
let props: { class?: string } = $props();