We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d94d5 commit 2eabbcfCopy full SHA for 2eabbcf
1 file changed
src/routes/solid-start/advanced/session.mdx
@@ -68,7 +68,7 @@ The `useSession` helper is the primary way to create and manage sessions.
68
It provides a comprehensive interface for all session operations.
69
70
```ts title="src/lib/session.ts"
71
-import { useSession } from "vinxi/http";
+import { useSession } from "@solidjs/start/http";
72
73
type SessionData = {
74
theme: "light" | "dark";
0 commit comments