diff options
| author | Brendan Allan <[email protected]> | 2025-11-22 23:39:25 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-22 10:39:25 -0500 |
| commit | 85d99198b541cfdb51a53806db2fe9d3b7f2cd25 (patch) | |
| tree | 0a5cf93c9267d3764c88b6090f9c4b8b8509e10e /packages/console/app/src/context | |
| parent | 7f183f7404514f6533be6d4ff1705acd0b73a8c6 (diff) | |
| download | opencode-85d99198b541cfdb51a53806db2fe9d3b7f2cd25.tar.gz opencode-85d99198b541cfdb51a53806db2fe9d3b7f2cd25.zip | |
Use devinxi-ed Solid Start (#4635)
Co-authored-by: GitHub Action <[email protected]>
Co-authored-by: Dax Raad <[email protected]>
Diffstat (limited to 'packages/console/app/src/context')
| -rw-r--r-- | packages/console/app/src/context/auth.session.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/app/src/context/auth.session.ts b/packages/console/app/src/context/auth.session.ts index a8e2c4af3..726b6c834 100644 --- a/packages/console/app/src/context/auth.session.ts +++ b/packages/console/app/src/context/auth.session.ts @@ -1,4 +1,4 @@ -import { useSession } from "vinxi/http" +import { useSession } from "@solidjs/start/http" export interface AuthSession { account?: Record< |
