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:
@@ -3,7 +3,7 @@ import {
|
||||
type AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS,
|
||||
logEvent,
|
||||
} from 'src/services/analytics/index.js'
|
||||
import { Box, Link, Text, useInput } from '@anthropic/ink'
|
||||
import { Box, Link, Text, useInput } from '../../ink.js'
|
||||
import {
|
||||
type AccountSettings,
|
||||
calculateShouldShowGrove,
|
||||
@@ -14,7 +14,9 @@ import {
|
||||
updateGroveSettings,
|
||||
} from '../../services/api/grove.js'
|
||||
import { Select } from '../CustomSelect/index.js'
|
||||
import { Byline, Dialog, KeyboardShortcutHint } from '@anthropic/ink'
|
||||
import { Byline } from '../design-system/Byline.js'
|
||||
import { Dialog } from '../design-system/Dialog.js'
|
||||
import { KeyboardShortcutHint } from '../design-system/KeyboardShortcutHint.js'
|
||||
|
||||
export type GroveDecision =
|
||||
| 'accept_opt_in'
|
||||
|
||||
Reference in New Issue
Block a user