diff --git a/src/routes/(app)/links/+page.svelte b/src/routes/(app)/links/+page.svelte
index f3c357a..e0af2e4 100644
--- a/src/routes/(app)/links/+page.svelte
+++ b/src/routes/(app)/links/+page.svelte
@@ -9,12 +9,12 @@
import { Label } from '$lib/components/ui/label'
import {
BarChart,
- Link2,
+ ExternalLink,
Loader2,
MoreVertical,
PlusCircle,
} from 'lucide-svelte'
- import { invalidateAll } from '$app/navigation'
+ import { goto, invalidateAll } from '$app/navigation'
export let data: PageData
@@ -110,7 +110,7 @@