mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 13:55:50 +00:00
This reverts commit c445f43f8d.
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
import React, { useCallback, useState } from 'react'
|
||||
import type { Workflow } from '../commands/install-github-app/types.js'
|
||||
import type { ExitState } from '../hooks/useExitOnCtrlCDWithKeybindings.js'
|
||||
import { Box, Link, Text, Byline, Dialog, KeyboardShortcutHint } from '@anthropic/ink'
|
||||
import { Box, Link, Text } from '../ink.js'
|
||||
import { ConfigurableShortcutHint } from './ConfigurableShortcutHint.js'
|
||||
import { SelectMulti } from './CustomSelect/SelectMulti.js'
|
||||
import { Byline } from './design-system/Byline.js'
|
||||
import { Dialog } from './design-system/Dialog.js'
|
||||
import { KeyboardShortcutHint } from './design-system/KeyboardShortcutHint.js'
|
||||
|
||||
type WorkflowOption = {
|
||||
value: Workflow
|
||||
|
||||
Reference in New Issue
Block a user