putting correct import back

This commit is contained in:
vcoppe
2025-11-12 17:45:55 +01:00
parent 977c6c6dde
commit 2ea8e46723
18 changed files with 18 additions and 18 deletions

View File

@@ -3,7 +3,7 @@ title: Extract
---
<script>
import { Ungroup } MYLUCIDESVELTEIMPORT;
import { Ungroup } from '@lucide/svelte';
import Extract from '$lib/components/toolbar/tools/Extract.svelte';
import DocsNote from '$lib/components/docs/DocsNote.svelte';
</script>