mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00: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