mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +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 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'
|
||||||
|
|||||||
Reference in New Issue
Block a user