fix: Rename missing occurence of gemini-code (#824)

This commit is contained in:
Tolik Malibroda 2025-06-08 00:12:53 +02:00 committed by GitHub
parent ab44824e07
commit dd08582f81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import os from 'os';
import pathMod from 'path'; import pathMod from 'path';
import { useState, useCallback, useEffect, useMemo } from 'react'; import { useState, useCallback, useEffect, useMemo } from 'react';
import stringWidth from 'string-width'; import stringWidth from 'string-width';
import { unescapePath } from '@gemini-code/core'; import { unescapePath } from '@gemini-cli/core';
export type Direction = export type Direction =
| 'left' | 'left'