feat: remove dependency

This commit is contained in:
Pablo Lara
2024-08-09 13:06:09 +02:00
parent 5bb3c012c9
commit 10fc131e13
@@ -7,7 +7,7 @@ import {
DoubleArrowRightIcon,
} from "@radix-ui/react-icons";
import Link from "next/link";
import { redirect, usePathname, useSearchParams } from "next/navigation";
import { usePathname, useSearchParams } from "next/navigation";
import { extractPaginationInfo } from "@/lib";
import { MetaDataProps } from "@/types";