chore: cleanup (#17197)

This commit is contained in:
Adam 2026-03-12 11:32:05 -05:00 committed by GitHub
commit dce7eceb28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 1072 additions and 812 deletions

View file

@ -13,7 +13,6 @@ const ROOT_CLASS = "size-full flex flex-col"
interface NewSessionViewProps {
worktree: string
onWorktreeChange: (value: string) => void
}
export function NewSessionView(props: NewSessionViewProps) {