chore: implemented feedback

This commit is contained in:
pit
2023-10-13 11:48:52 +03:00
parent 7927b87259
commit e1bee1591f
3 changed files with 5 additions and 100 deletions

View File

@ -1,6 +1,5 @@
import { Prisma } from '@prisma/client';
import { prisma } from '@documenso/prisma';
import { Prisma } from '@documenso/prisma/client';
type GetAllUsersProps = {
username: string;