Use precise imports for react-use hooks.

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2022-01-03 16:00:48 +01:00
parent 4aca2a5307
commit 84208528d9
@@ -15,7 +15,8 @@
*/
import { useRef } from 'react';
import { useAsyncFn, useDebounce } from 'react-use';
import useAsyncFn from 'react-use/lib/useAsyncFn';
import useDebounce from 'react-use/lib/useDebounce';
/**
* Utility hook for either asynchronously loading filter values from a given