Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Apr 4, 2024
1 parent f15aba7 commit 12412bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/useMount.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import useEffectOnce from './useEffectOnce';
import { useEffectOnce } from './useEffectOnce';

export const useMount = (fn: () => void) => {
useEffectOnce(() => {
Expand Down

0 comments on commit 12412bb

Please sign in to comment.