Remove unnecessary folders 2nd try

This commit is contained in:
2024-10-14 05:25:05 +00:00
parent f5207dd2ec
commit c39a82fc9b
8 changed files with 3 additions and 12 deletions

View File

@ -1,5 +0,0 @@
import { PrismaClient } from '@prisma/client';
const prisma = new PrismaClient();
export default prisma;