mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
This reverts commit c445f43f8d.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import React from 'react'
|
||||
import { Box, Text } from '@anthropic/ink'
|
||||
import { Box, Text } from '../ink.js'
|
||||
import { formatTokens } from '../utils/format.js'
|
||||
import { Select } from './CustomSelect/index.js'
|
||||
import { Dialog } from '@anthropic/ink'
|
||||
import { Dialog } from './design-system/Dialog.js'
|
||||
|
||||
type IdleReturnAction = 'continue' | 'clear' | 'dismiss' | 'never'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user