mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 12:34:38 -07:00
fix(cli): fix build error due to incorrect imports in ToolShared.tsx
This commit is contained in:
@@ -15,13 +15,12 @@ import {
|
||||
SHELL_FOCUS_HINT_DELAY_MS,
|
||||
} from '../../constants.js';
|
||||
import { theme } from '../../semantic-colors.js';
|
||||
import type {
|
||||
CoreToolCallStatus,
|
||||
type Config,
|
||||
import {
|
||||
SHELL_TOOL_NAME,
|
||||
isCompletedAskUserTool,
|
||||
type ToolResultDisplay
|
||||
isCompletedAskUserTool
|
||||
} from '@google/gemini-cli-core';
|
||||
import type { Config, ToolResultDisplay ,
|
||||
CoreToolCallStatus} from '@google/gemini-cli-core';
|
||||
import { useInactivityTimer } from '../../hooks/useInactivityTimer.js';
|
||||
import { formatCommand } from '../../utils/keybindingUtils.js';
|
||||
import { Command } from '../../../config/keyBindings.js';
|
||||
|
||||
Reference in New Issue
Block a user