summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/hooks/useEditorSettings.ts
diff options
context:
space:
mode:
authorBrandon Keiji <[email protected]>2025-06-25 05:41:11 -0700
committerGitHub <[email protected]>2025-06-25 12:41:11 +0000
commitf6c36f75e37a9fb6e53480981c2ca1b9267763a0 (patch)
tree49f7c66c5db08c5440c86d534c89cb5bcb1664f7 /packages/cli/src/ui/hooks/useEditorSettings.ts
parenta3c46c0d316eab5c17ecd9a00cab961edd24c2a4 (diff)
fix: prepublish changes to package names (#1420)
Diffstat (limited to 'packages/cli/src/ui/hooks/useEditorSettings.ts')
-rw-r--r--packages/cli/src/ui/hooks/useEditorSettings.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/hooks/useEditorSettings.ts b/packages/cli/src/ui/hooks/useEditorSettings.ts
index 1fe3983e..60c16798 100644
--- a/packages/cli/src/ui/hooks/useEditorSettings.ts
+++ b/packages/cli/src/ui/hooks/useEditorSettings.ts
@@ -11,7 +11,7 @@ import {
allowEditorTypeInSandbox,
checkHasEditorType,
EditorType,
-} from '@gemini-cli/core';
+} from '@google/gemini-cli-core';
interface UseEditorSettingsReturn {
isEditorDialogOpen: boolean;