diff --git a/frontend/src/routes/(app)/links/+page.svelte b/frontend/src/routes/(app)/links/+page.svelte index 34c9760..2753903 100644 --- a/frontend/src/routes/(app)/links/+page.svelte +++ b/frontend/src/routes/(app)/links/+page.svelte @@ -21,7 +21,7 @@ Check, ChevronsUpDown, } from 'lucide-svelte' - import { goto, invalidateAll } from '$app/navigation' + import { invalidateAll } from '$app/navigation' import { cn } from '$lib/utils' import Qr from '$lib/components/QR.svelte' import AddShortenerDialog from './(component)/AddShortenerDialog.svelte' @@ -180,8 +180,8 @@