Skip to content

Commit 458d831

Browse files
committed
Update GitActionResult.tsx
1 parent 16d2971 commit 458d831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/array/src/renderer/features/sessions/components/GitActionResult.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import {
66
} from "@phosphor-icons/react";
77
import { Badge, Box, Button, Flex, Text } from "@radix-ui/themes";
88
import { useQuery } from "@tanstack/react-query";
9-
import type { GitActionType } from "./GitActionMessage";
109
import { trpcVanilla } from "@/renderer/trpc";
10+
import type { GitActionType } from "./GitActionMessage";
1111

1212
interface GitActionResultProps {
1313
actionType: GitActionType;

0 commit comments

Comments
 (0)