Skip to content

Commit

Permalink
fix(ui): fix isEmpty import (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvalleri authored Jul 11, 2024
1 parent c4c55ee commit 7a5deb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/use-execute-callbacks.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7a5deb3

Please sign in to comment.