mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
This reverts commit 88d4c3ba24.
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import React, { useCallback } from 'react'
|
||||
import type { ChannelEntry } from '../bootstrap/state.js'
|
||||
import { Box, Text } from '../ink.js'
|
||||
import { Box, Text, Dialog } from '@anthropic/ink'
|
||||
import { gracefulShutdownSync } from '../utils/gracefulShutdown.js'
|
||||
import { Select } from './CustomSelect/index.js'
|
||||
import { Dialog } from './design-system/Dialog.js'
|
||||
|
||||
type Props = {
|
||||
channels: ChannelEntry[]
|
||||
|
||||
Reference in New Issue
Block a user