Skip to content

Commit baf23d2

Browse files
committed
lint
1 parent 9890b2d commit baf23d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/array/src/renderer/features/task-detail/components/ChangesPanel.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ import { useExternalAppsStore } from "@stores/externalAppsStore";
2424
import { useQuery, useQueryClient } from "@tanstack/react-query";
2525
import { showMessageBox } from "@utils/dialog";
2626
import { handleExternalAppAction } from "@utils/handleExternalAppAction";
27-
import { useCallback } from "react";
27+
import { useCallback, useState } from "react";
2828
import { useHotkeys } from "react-hotkeys-hook";
29-
import { useState } from "react";
3029
import {
3130
selectWorktreePath,
3231
useWorkspaceStore,

0 commit comments

Comments
 (0)