Skip to content

Commit aeadf39

Browse files
committed
fix opencode imports
1 parent a1d625e commit aeadf39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/axoncode/src/plugin/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { Hooks, PluginInput, Plugin as PluginInstance } from "@axoncode-ai/plugin"
2-
import { createaxoncodeClient } from "@axoncode-ai/sdk"
1+
import type { Hooks, PluginInput, Plugin as PluginInstance } from "@opencode-ai/plugin"
2+
import { createaxoncodeClient } from "@opencode-ai/sdk"
33
import { BunProc } from "../bun"
44
import { Bus } from "../bus"
55
import { Config } from "../config/config"

0 commit comments

Comments
 (0)