import useRequest from "./useRequest"; import { clearCache } from "./utils/cache"; export { clearCache }; export default useRequest;