Skip to content

Commit

Permalink
fix import linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
MikesGlitch committed Sep 24, 2023
1 parent 4bad7c1 commit da5849e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/desktop-client/src/hooks/useMergedRefs.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { MutableRefObject, Ref, RefCallback, useMemo } from 'react';
import { useMemo } from 'react';
import type { MutableRefObject, Ref, RefCallback } from 'react';

export function useMergedRefs<T>(
ref1: RefCallback<T> | MutableRefObject<T>,
Expand Down

0 comments on commit da5849e

Please sign in to comment.