summaryrefslogtreecommitdiffhomepage
path: root/packages/console/app/src/routes/auth
diff options
context:
space:
mode:
Diffstat (limited to 'packages/console/app/src/routes/auth')
-rw-r--r--packages/console/app/src/routes/auth/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/app/src/routes/auth/index.ts b/packages/console/app/src/routes/auth/index.ts
index 2c893185f..59d172386 100644
--- a/packages/console/app/src/routes/auth/index.ts
+++ b/packages/console/app/src/routes/auth/index.ts
@@ -1,4 +1,4 @@
-import { Account } from "@opencode/console-core/account.js"
+import { Account } from "@opencode-ai/console-core/account.js"
import { redirect } from "@solidjs/router"
import type { APIEvent } from "@solidjs/start/server"
import { withActor } from "~/context/auth.withActor"