mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-22 00:05:51 +00:00
This reverts commit c445f43f8d.
This commit is contained in:
@@ -10,7 +10,11 @@ import {
|
||||
useSyncExternalStore,
|
||||
} from 'react'
|
||||
import { useVirtualScroll } from '../hooks/useVirtualScroll.js'
|
||||
import { Box, type DOMElement, type ScrollBoxHandle, type MatchPosition } from '@anthropic/ink'
|
||||
import type { ScrollBoxHandle } from '../ink/components/ScrollBox.js'
|
||||
import type { DOMElement } from '../ink/dom.js'
|
||||
import type { MatchPosition } from '../ink/render-to-screen.js'
|
||||
import { Box } from '../ink.js'
|
||||
import type { RenderableMessage } from '../types/message.js'
|
||||
import { TextHoverColorContext } from './design-system/ThemedText.js'
|
||||
import { ScrollChromeContext } from './FullscreenLayout.js'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user