mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-03 16:34:31 -07:00
Explict imports & exports with type modifier (#3774)
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
*/
|
||||
|
||||
import { useState, useEffect, useCallback } from 'react';
|
||||
import type { Config } from '@google/gemini-cli-core';
|
||||
import {
|
||||
Config,
|
||||
CodeAssistServer,
|
||||
UserTierId,
|
||||
LoggingContentGenerator,
|
||||
|
||||
Reference in New Issue
Block a user