mirror of
https://github.com/bendtherules/opencode-multi-model.git
synced 2026-08-18 13:42:21 +00:00
refactor(index): remove unused re-exports from src/index.ts
This commit is contained in:
@@ -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 };
|
|
||||||
|
|||||||
Reference in New Issue
Block a user