Fix: export unused EditorCommand component to fix TS build

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dave
2026-02-20 15:13:30 +00:00
parent 5c164f4855
commit e8ea361a6c

View File

@@ -172,7 +172,7 @@ function DiffCommand({
); );
} }
function EditorCommand({ export function EditorCommand({
worktreePath, worktreePath,
editorCommand, editorCommand,
}: { }: {