mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 14:04:41 -07:00
Explict imports & exports with type modifier (#3774)
This commit is contained in:
@@ -12,7 +12,7 @@ import {
|
||||
type SlashCommandActionReturn,
|
||||
CommandKind,
|
||||
} from './types.js';
|
||||
import { Config } from '@google/gemini-cli-core';
|
||||
import type { Config } from '@google/gemini-cli-core';
|
||||
|
||||
async function restoreAction(
|
||||
context: CommandContext,
|
||||
|
||||
Reference in New Issue
Block a user