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,7 +1,7 @@
|
||||
import React from 'react'
|
||||
import { Text } from '@anthropic/ink'
|
||||
import { Text } from '../ink.js'
|
||||
import { Select } from './CustomSelect/index.js'
|
||||
import { Dialog } from '@anthropic/ink'
|
||||
import { Dialog } from './design-system/Dialog.js'
|
||||
|
||||
export type ChannelDowngradeChoice = 'downgrade' | 'stay' | 'cancel'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user