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 9890b2d commit baf23d2Copy full SHA for baf23d2
apps/array/src/renderer/features/task-detail/components/ChangesPanel.tsx
@@ -24,9 +24,8 @@ import { useExternalAppsStore } from "@stores/externalAppsStore";
24
import { useQuery, useQueryClient } from "@tanstack/react-query";
25
import { showMessageBox } from "@utils/dialog";
26
import { handleExternalAppAction } from "@utils/handleExternalAppAction";
27
-import { useCallback } from "react";
+import { useCallback, useState } from "react";
28
import { useHotkeys } from "react-hotkeys-hook";
29
-import { useState } from "react";
30
import {
31
selectWorktreePath,
32
useWorkspaceStore,
0 commit comments