mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 06:15:51 +00:00
This reverts commit c445f43f8d.
This commit is contained in:
@@ -19,7 +19,9 @@ import {
|
||||
usePromptOverlayDialog,
|
||||
} from '../context/promptOverlayContext.js'
|
||||
import { useTerminalSize } from '../hooks/useTerminalSize.js'
|
||||
import { Box, ScrollBox, type ScrollBoxHandle, Text, instances } from '@anthropic/ink'
|
||||
import ScrollBox, { type ScrollBoxHandle } from '../ink/components/ScrollBox.js'
|
||||
import instances from '../ink/instances.js'
|
||||
import { Box, Text } from '../ink.js'
|
||||
import type { Message } from '../types/message.js'
|
||||
import { openBrowser, openPath } from '../utils/browser.js'
|
||||
import { isFullscreenEnvEnabled } from '../utils/fullscreen.js'
|
||||
|
||||
Reference in New Issue
Block a user