diff options
| author | Dax Raad <[email protected]> | 2025-10-04 21:33:39 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-10-04 21:33:47 -0400 |
| commit | 5f7ae6477bca82eb0d53f325fe01dc25f50d85c2 (patch) | |
| tree | d69392511a90135df642a071bf06da81a9525a9a /packages/console/app/src/routes/auth | |
| parent | f41a54b4b01897533e28c86ed31ec3c136269969 (diff) | |
| download | opencode-5f7ae6477bca82eb0d53f325fe01dc25f50d85c2.tar.gz opencode-5f7ae6477bca82eb0d53f325fe01dc25f50d85c2.zip | |
sync
Diffstat (limited to 'packages/console/app/src/routes/auth')
| -rw-r--r-- | packages/console/app/src/routes/auth/index.ts | 2 |
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" |
