mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 21:44:25 -07:00
Explict imports & exports with type modifier (#3774)
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
*/
|
||||
|
||||
import { useState, useEffect } from 'react';
|
||||
import { sessionId, Logger, Storage } from '@google/gemini-cli-core';
|
||||
import type { Storage } from '@google/gemini-cli-core';
|
||||
import { sessionId, Logger } from '@google/gemini-cli-core';
|
||||
|
||||
/**
|
||||
* Hook to manage the logger instance.
|
||||
|
||||
Reference in New Issue
Block a user