diff --git a/src/routes/explorer/+page.server.ts b/src/routes/explorer/+page.server.ts index 38a6037..e668acd 100644 --- a/src/routes/explorer/+page.server.ts +++ b/src/routes/explorer/+page.server.ts @@ -1,4 +1,4 @@ -import { Prisma } from '@prisma/client'; +import type { Prisma } from '@prisma/client'; import type { PageServerLoadEvent } from './$types'; import { dbsync } from '$lib/server/dbsync';