fix: resolve redundant type modifier error in UIStateContext

This commit is contained in:
Samee Zahid
2026-03-30 16:55:46 -07:00
parent 6643f71872
commit 405e0124ac
@@ -29,7 +29,8 @@ import type {
AgentDefinition,
FolderDiscoveryResults,
PolicyUpdateConfirmationRequest,
type ScheduledTask } from '@google/gemini-cli-core';
ScheduledTask,
} from '@google/gemini-cli-core';
import { type TransientMessageType } from '../../utils/events.js';
import type { DOMElement } from 'ink';
import type { SessionStatsState } from '../contexts/SessionContext.js';