remove unused imports

This commit is contained in:
StephDietz
2023-09-19 09:33:03 -05:00
parent 9e779e553c
commit 75d1a299f8

View File

@@ -4,8 +4,6 @@ import { ChevronLeftIcon, ChevronRightIcon } from '@heroicons/react/24/outline';
import { usePathname } from 'next/navigation';
import clsx from 'clsx';
import Link from 'next/link';
import { useEffect } from 'react';
import { useRouter } from 'next/navigation';
export default function PaginationButtons({
totalPages,