fix: remove unused imports

This commit is contained in:
2025-06-04 18:16:54 +01:00
parent 94be1793cb
commit b7a172d509
2 changed files with 1 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
<script lang="ts">
import { goto } from "$app/navigation";
import Text from "$lib/components/inputs/Text.svelte";
import Textarea from "$lib/components/inputs/Textarea.svelte";
import Navbar from "$lib/components/Navbar.svelte";
@@ -6,7 +7,6 @@
import Button from "$lib/components/Button.svelte";
import Image from "$lib/components/inputs/Image.svelte";
import type { Table } from "$lib";
import { goto, invalidate } from "$app/navigation";
const { data } = $props();
const { supabase } = $derived(data);