diff --git a/src/use-execute-callbacks.ts b/src/use-execute-callbacks.ts index 5d6efbc..766a6fa 100644 --- a/src/use-execute-callbacks.ts +++ b/src/use-execute-callbacks.ts @@ -1,6 +1,6 @@ import { useCallback, useEffect, useRef } from 'react' import { GenericCallback, InitialValues, SetError, Writer } from './types' -import isEmpty from 'lodash/isEmpty' +import { isEmpty } from 'lodash' /** * useExecuteCallbacks