Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Mar 10, 2023
1 parent e247ed7 commit afedd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/useDebounceFn.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useEffect, useRef } from 'react'
import { debounce } from 'lodash.debounce'
import debounce from 'lodash.debounce'
import { useCreation } from './useCreation'
import type { Options } from './options'

Expand Down

0 comments on commit afedd60

Please sign in to comment.