mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
chore: fix invalid package deps
This commit is contained in:
parent
bc92da04e9
commit
b5514fd052
5 changed files with 3266 additions and 874 deletions
|
|
@ -10,7 +10,7 @@ import { describe, it, expect, beforeEach, vi, afterEach } from 'vitest';
|
|||
import { renderHook, act, waitFor } from '@testing-library/react';
|
||||
import { useCommandCompletion } from './useCommandCompletion.js';
|
||||
import { CommandContext } from '../commands/types.js';
|
||||
import { Config } from '@google/gemini-cli-core';
|
||||
import { Config } from '@qwen-code/qwen-code-core';
|
||||
import { useTextBuffer } from '../components/shared/text-buffer.js';
|
||||
import { useEffect } from 'react';
|
||||
import { Suggestion } from '../components/SuggestionsDisplay.js';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue