Skip to content

Commit

Permalink
Fix import type in getting-started.sveltekit.md (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbet authored Jun 21, 2023
1 parent 07174bf commit 81494db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In `$lib/server/lucia.ts`, import [`lucia`](/reference/lucia-auth/auth) from `lu

```ts
// lib/server/lucia.ts
import lucia from "lucia";
import lucia from "lucia-auth";
import { sveltekit } from "lucia-auth/middleware";
import prisma from "@lucia-auth/adapter-prisma";
import { PrismaClient } from "@prisma/client";
Expand Down

0 comments on commit 81494db

Please sign in to comment.