From f6c36f75e37a9fb6e53480981c2ca1b9267763a0 Mon Sep 17 00:00:00 2001 From: Brandon Keiji Date: Wed, 25 Jun 2025 05:41:11 -0700 Subject: fix: prepublish changes to package names (#1420) --- packages/cli/src/ui/components/InputPrompt.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cli/src/ui/components/InputPrompt.tsx') diff --git a/packages/cli/src/ui/components/InputPrompt.tsx b/packages/cli/src/ui/components/InputPrompt.tsx index 8b897186..6721132d 100644 --- a/packages/cli/src/ui/components/InputPrompt.tsx +++ b/packages/cli/src/ui/components/InputPrompt.tsx @@ -18,7 +18,7 @@ import { useShellHistory } from '../hooks/useShellHistory.js'; import { useCompletion } from '../hooks/useCompletion.js'; import { isAtCommand, isSlashCommand } from '../utils/commandUtils.js'; import { SlashCommand } from '../hooks/slashCommandProcessor.js'; -import { Config } from '@gemini-cli/core'; +import { Config } from '@google/gemini-cli-core'; export interface InputPromptProps { buffer: TextBuffer; -- cgit v1.2.3