mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-12 15:10:59 -07:00
fix: Rename missing occurence of gemini-code (#824)
This commit is contained in:
@@ -11,7 +11,7 @@ import os from 'os';
|
||||
import pathMod from 'path';
|
||||
import { useState, useCallback, useEffect, useMemo } from 'react';
|
||||
import stringWidth from 'string-width';
|
||||
import { unescapePath } from '@gemini-code/core';
|
||||
import { unescapePath } from '@gemini-cli/core';
|
||||
|
||||
export type Direction =
|
||||
| 'left'
|
||||
|
||||
Reference in New Issue
Block a user