Skip to content

Commit a71bbd3

Browse files
committed
fix: remove react type reference from devtools
1 parent b3f7886 commit a71bbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devtools/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Query } from "react-query/types";
1+
import type { Query } from "react-query/types/core";
22

33
import type { SortFn } from "./types";
44
import type { Theme } from "./useTheme";

0 commit comments

Comments
 (0)