diff --git a/frontend/src/routes/(app)/links/+page.svelte b/frontend/src/routes/(app)/links/+page.svelte
index 77a162e..96d2e7a 100644
--- a/frontend/src/routes/(app)/links/+page.svelte
+++ b/frontend/src/routes/(app)/links/+page.svelte
@@ -9,7 +9,6 @@
import * as Select from '$lib/components/ui/select'
import * as Command from '$lib/components/ui/command'
import * as Popover from '$lib/components/ui/popover'
- import * as Pagination from '$lib/components/ui/pagination'
import * as Dialog from '$lib/components/ui/dialog'
import { Input } from '$lib/components/ui/input'
import ScrollArea from '$lib/components/ui/scroll-area/scroll-area.svelte'
@@ -24,6 +23,7 @@
} from 'lucide-svelte'
import ShortenerCard from '$lib/components/ShortenerCard.svelte'
+ import CustomPaginationBar from '$lib/components/Custom-Pagination-Bar.svelte'
import Form from './(components)/form.svelte'
import EditProjectLinkPage from '../projects/[id]/links/[linkid]/edit/+page.svelte'
import ProjectLinkQRPage from '../projects/[id]/links/[linkid]/qr/+page.svelte'
@@ -80,7 +80,7 @@