chore: remove dead code command-input.tsx (376 lines)

Component was exported but never imported/used anywhere.
v3.0 architecture uses chat-input.tsx instead.

Voice features (useCortexVoice hook) remain available for future use.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
colinislit
2026-01-03 12:46:20 +01:00
parent e77a63f25e
commit 6cc813aa58
2 changed files with 0 additions and 376 deletions

View File

@@ -3,7 +3,6 @@
*/
export { CommandCenter } from './command-center';
export { CommandInput } from './command-input';
export { ContextBar } from './context-bar';
export { CanvasArea } from './canvas-area';
export { RecentStrip } from './recent-strip';