delete unused code

This commit is contained in:
2025-06-10 12:16:03 +02:00
parent bcb83ca6a7
commit 841446082e
11 changed files with 2 additions and 23 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { deserialize, enhance } from '$app/forms';
import { deserialize } from '$app/forms';
import Alert from '$lib/components/ui/Alert.svelte';
import Button from '$lib/components/ui/Button.svelte';
import Modal from '$lib/components/ui/Modal/Modal.svelte';