fix import

This commit is contained in:
vcoppe
2025-11-12 16:17:25 +01:00
parent 252dc10e61
commit 1e5db9dc6c
34 changed files with 34 additions and 34 deletions

View File

@@ -3,7 +3,7 @@ title: Clean
---
<script>
import { SquareDashedMousePointer } from 'lucide-svelte';
import { SquareDashedMousePointer } from '@lucide/svelte';
import Clean from '$lib/components/toolbar/tools/Clean.svelte';
</script>