mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
Replace wildcard exports with explicit exports in handlers index.ts
This commit is contained in:
parent
bab0d65558
commit
fda123e7ee
1 changed files with 3 additions and 4 deletions
|
|
@ -1,4 +1,3 @@
|
|||
export * from "./BaseDirectiveHandler"
|
||||
export * from "./LogDirectiveHandler"
|
||||
export * from "./TextDirectiveHandler"
|
||||
export * from "./ToolDirectiveHandler"
|
||||
export { LogDirectiveHandler } from "./LogDirectiveHandler"
|
||||
export { TextDirectiveHandler } from "./TextDirectiveHandler"
|
||||
export { ToolDirectiveHandler } from "./ToolDirectiveHandler"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue