Skip to content

Commit

Permalink
Merge pull request fantasticit#268 from YangFong/fix-name
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
fantasticit authored May 15, 2024
2 parents fe607bd + 5e3f475 commit 63aff8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/src/hooks/use-interval.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useCallback, useEffect, useRef, useState } from 'react';

import { useIsomorphicLayoutEffect } from './use-isomorphic-layout-effect';
import { useToggle } from './use-toggle';
import { useIsomorphicLayoutEffect } from './user-isomorphic-layout-effect';

export const useInterval = (callback: () => void, delay: number) => {
const savedCallback = useRef(callback);
Expand Down

0 comments on commit 63aff8b

Please sign in to comment.