mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Refactor exports
This commit is contained in:
parent
a009c84597
commit
3466859536
4 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
import * as vscode from "vscode"
|
||||
import { ClaudeDevProvider } from "./providers/ClaudeDevProvider"
|
||||
import delay from "delay"
|
||||
import { createClaudeDevAPI } from "./extension-api"
|
||||
import { createClaudeDevAPI } from "./exports"
|
||||
import "./utils/path-helpers" // necessary to have access to String.prototype.toPosix
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue