mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
remove unused imports
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user