chore: add react use (#2157)

* chore: add react use

* chore: update
This commit is contained in:
boojack
2023-08-21 02:35:53 +08:00
committed by GitHub
parent 19e7731abb
commit b9b795bf0e
16 changed files with 149 additions and 283 deletions

View File

@ -1,5 +1,5 @@
import { useRef, useState } from "react";
import useDebounce from "@/hooks/useDebounce";
import useDebounce from "react-use/lib/useDebounce";
import { useTranslate } from "@/utils/i18n";
import Icon from "./Icon";