Skip to content

Commit

Permalink
Fix prisma type import
Browse files Browse the repository at this point in the history
  • Loading branch information
FyreByrd committed Nov 1, 2024
1 parent e52301d commit 5aee959
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { error, redirect } from '@sveltejs/kit';
import { DatabaseWrites, prisma, type Prisma } from 'sil.appbuilder.portal.common';
import { RoleId } from 'sil.appbuilder.portal.common/prisma';
import { DatabaseWrites, prisma } from 'sil.appbuilder.portal.common';
import { RoleId, type Prisma } from 'sil.appbuilder.portal.common/prisma';
import type { Actions, PageServerLoad } from './$types';
import * as v from 'valibot';
import { idSchema } from '$lib/valibot';
Expand Down

0 comments on commit 5aee959

Please sign in to comment.