refactor(index): remove unused re-exports from src/index.ts

This commit is contained in:
2026-03-23 15:48:13 +05:30
parent e16f432c94
commit 1a58a318fd
-3
View File
@@ -30,6 +30,3 @@ const OpenCodeMultiModelPlugin: Plugin = async (_ctx) => {
}; };
export default OpenCodeMultiModelPlugin; export default OpenCodeMultiModelPlugin;
export * from "./core/index";
export * from "./types";
export { cleanupTool, closeTool, openTool };