fix: Rename missing occurence of gemini-code (#824)
This commit is contained in:
parent
ab44824e07
commit
dd08582f81
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue