Skip to content

Commit 4c2824f

Browse files
committed
Sort the imports
1 parent bdbcef4 commit 4c2824f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

apps/twig/src/renderer/features/message-editor/components/ModeIndicatorInput.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
import type { ExecutionMode } from "@features/sessions/stores/sessionStore";
22
import { useCwd } from "@features/sidebar/hooks/useCwd";
3-
import { LockOpen, Circle,Pause, Pencil, ShieldCheck } from "@phosphor-icons/react";
3+
import {
4+
Circle,
5+
LockOpen,
6+
Pause,
7+
Pencil,
8+
ShieldCheck,
9+
} from "@phosphor-icons/react";
410
import { Flex, Text } from "@radix-ui/themes";
511
import { trpcVanilla } from "@renderer/trpc";
612
import { useQuery } from "@tanstack/react-query";

0 commit comments

Comments
 (0)