feat: migrate nextjs to rr7
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import type { UserProfile } from '@prisma/client';
|
||||
|
||||
import { prisma } from '@documenso/prisma';
|
||||
import type { UserProfile } from '@documenso/prisma/client';
|
||||
|
||||
import { AppError, AppErrorCode } from '../../errors/app-error';
|
||||
import { updatePublicProfile } from './update-public-profile';
|
||||
|
||||
Reference in New Issue
Block a user