From 5f7ae6477bca82eb0d53f325fe01dc25f50d85c2 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sat, 4 Oct 2025 21:33:39 -0400 Subject: sync --- packages/console/app/src/routes/auth/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/console/app/src/routes/auth') 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" -- cgit v1.2.3