mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
This reverts commit c445f43f8d.
This commit is contained in:
@@ -4,7 +4,7 @@ import { Suspense, use } from 'react'
|
||||
import { getSessionId } from '../../bootstrap/state.js'
|
||||
import type { LocalJSXCommandContext } from '../../commands.js'
|
||||
import { useIsInsideModal } from '../../context/modalContext.js'
|
||||
import { Box, Text, useTheme } from '@anthropic/ink'
|
||||
import { Box, Text, useTheme } from '../../ink.js'
|
||||
import { type AppState, useAppState } from '../../state/AppState.js'
|
||||
import { getCwd } from '../../utils/cwd.js'
|
||||
import { getCurrentSessionTitle } from '../../utils/sessionStorage.js'
|
||||
|
||||
Reference in New Issue
Block a user