Skip to content

Commit

Permalink
fix: πŸ› fix useDebounce import
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Jul 16, 2019
1 parent 599efdb commit 40b33da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/useDebounce.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { useUpdateEffect } from '..';
import useUpdateEffect from './useUpdateEffect';

const useDebounce = (fn: () => any, ms: number = 0, args: any[] = []) => {
useUpdateEffect(() => {
Expand Down

0 comments on commit 40b33da

Please sign in to comment.