We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c49271 commit f4d9392Copy full SHA for f4d9392
frontend/app/src/entities/diff/domain/diff.query-keys.ts
@@ -1,4 +1,4 @@
1
-import { GetDiffTreeParams } from "@/entities/diff/domain/get-diff-tree";
+import type { GetDiffTreeParams } from "@/entities/diff/domain/get-diff-tree";
2
3
export const treeQueryKeys = {
4
all: ["diff-tree"] as const,
0 commit comments