Fixed final duplicate imports and exports

This commit is contained in:
mkorwel
2026-04-17 16:19:50 +00:00
parent a1d4604131
commit 57ea3acc85
5 changed files with 18 additions and 22 deletions
@@ -9,7 +9,6 @@ import * as fs from 'node:fs';
import { Writable } from 'node:stream';
import { ProxyAgent } from 'undici';
import type { CommandContext } from '../../ui/commands/types.js';
import {
getGitRepoRoot,
getLatestGitHubRelease,
@@ -21,6 +20,7 @@ import {
CommandKind,
type SlashCommand,
type SlashCommandActionReturn,
type CommandContext,
} from './types.js';
import { getUrlOpenCommand } from '../../ui/utils/commandUtils.js';
import { debugLogger } from '@google/gemini-cli-core';