mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: correct import path for QueuedTelemetryClient
This commit is contained in:
parent
871ed877af
commit
afe1ccef3b
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue