mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
This reverts commit 88d4c3ba24.
This commit is contained in:
@@ -5,13 +5,7 @@ import { useVoiceState } from '../context/voice.js'
|
||||
import { useClipboardImageHint } from '../hooks/useClipboardImageHint.js'
|
||||
import { useSettings } from '../hooks/useSettings.js'
|
||||
import { useTextInput } from '../hooks/useTextInput.js'
|
||||
import {
|
||||
Box,
|
||||
color,
|
||||
useAnimationFrame,
|
||||
useTerminalFocus,
|
||||
useTheme,
|
||||
} from '../ink.js'
|
||||
import { Box, color, useAnimationFrame, useTerminalFocus, useTheme } from '@anthropic/ink'
|
||||
import type { BaseTextInputProps } from '../types/textInputTypes.js'
|
||||
import { isEnvTruthy } from '../utils/envUtils.js'
|
||||
import type { TextHighlight } from '../utils/textHighlighting.js'
|
||||
|
||||
Reference in New Issue
Block a user