fix: correct import path for QueuedTelemetryClient

This commit is contained in:
hannesrudolph 2025-08-01 18:24:42 -06:00
parent 871ed877af
commit afe1ccef3b

View file

@ -2,8 +2,8 @@ import * as vscode from "vscode"
import delay from "delay"
import type { CommandId } from "@roo-code/types"
import { TelemetryService, QueuedTelemetryClient } from "@roo-code/telemetry"
import { CloudService } from "@roo-code/cloud"
import { TelemetryService } from "@roo-code/telemetry"
import { CloudService, QueuedTelemetryClient } from "@roo-code/cloud"
import { Package } from "../shared/package"
import { getCommand } from "../utils/commands"