summaryrefslogtreecommitdiffhomepage
path: root/packages/console/app/src/context/auth.withActor.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/console/app/src/context/auth.withActor.ts')
-rw-r--r--packages/console/app/src/context/auth.withActor.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/app/src/context/auth.withActor.ts b/packages/console/app/src/context/auth.withActor.ts
index 2cb970269..ff377cda4 100644
--- a/packages/console/app/src/context/auth.withActor.ts
+++ b/packages/console/app/src/context/auth.withActor.ts
@@ -1,4 +1,4 @@
-import { Actor } from "@opencode/console-core/actor.js"
+import { Actor } from "@opencode-ai/console-core/actor.js"
import { getActor } from "./auth"
export async function withActor<T>(fn: () => T, workspace?: string) {