Skip to content

Commit 2eabbcf

Browse files
committed
fix(session): use @solidjs/start/http instead of vinxi/http
1 parent c0d94d5 commit 2eabbcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/solid-start/advanced/session.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The `useSession` helper is the primary way to create and manage sessions.
6868
It provides a comprehensive interface for all session operations.
6969

7070
```ts title="src/lib/session.ts"
71-
import { useSession } from "vinxi/http";
71+
import { useSession } from "@solidjs/start/http";
7272

7373
type SessionData = {
7474
theme: "light" | "dark";

0 commit comments

Comments
 (0)