Skip to content

Commit

Permalink
fix: import getprops of antd in search params
Browse files Browse the repository at this point in the history
  • Loading branch information
moolmin committed Nov 18, 2024
1 parent a340e32 commit 171744c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/(pages)/4q-gallery/_components/search-params.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import React, { useState, useCallback, Suspense } from "react";
import React, { useState, useCallback } from "react";
import { useRouter, usePathname, useSearchParams } from "next/navigation";
import { IoIosArrowBack, IoIosArrowForward, IoIosSearch } from "react-icons/io";
import { categories } from "../_lib/categories";
import { Select, Input } from "antd";
import { Select, Input, GetProps } from "antd";
import { ScrollMenu, VisibilityContext } from "react-horizontal-scrolling-menu";
import styles from "../page.module.css";

Expand Down

0 comments on commit 171744c

Please sign in to comment.