mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 06:12:50 -07:00
fix(chore): resolve typescript errors resulting from cherry-picks
This commit is contained in:
@@ -4,14 +4,7 @@
|
|||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {
|
import { useMemo, useState, useCallback, useEffect, useRef } from 'react';
|
||||||
useMemo,
|
|
||||||
useState,
|
|
||||||
useCallback,
|
|
||||||
useEffect,
|
|
||||||
useRef,
|
|
||||||
useLayoutEffect,
|
|
||||||
} from 'react';
|
|
||||||
import {
|
import {
|
||||||
type DOMElement,
|
type DOMElement,
|
||||||
ResizeObserver,
|
ResizeObserver,
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ import { debugLogger } from '../utils/debugLogger.js';
|
|||||||
import { LocalAgentExecutor, type ActivityCallback } from './local-executor.js';
|
import { LocalAgentExecutor, type ActivityCallback } from './local-executor.js';
|
||||||
import { makeFakeConfig } from '../test-utils/config.js';
|
import { makeFakeConfig } from '../test-utils/config.js';
|
||||||
import { ToolRegistry } from '../tools/tool-registry.js';
|
import { ToolRegistry } from '../tools/tool-registry.js';
|
||||||
|
import type { MessageBus } from '../confirmation-bus/message-bus.js';
|
||||||
import { PromptRegistry } from '../prompts/prompt-registry.js';
|
import { PromptRegistry } from '../prompts/prompt-registry.js';
|
||||||
import { ResourceRegistry } from '../resources/resource-registry.js';
|
import { ResourceRegistry } from '../resources/resource-registry.js';
|
||||||
import { DiscoveredMCPTool } from '../tools/mcp-tool.js';
|
import { DiscoveredMCPTool } from '../tools/mcp-tool.js';
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user