removed ui, docs package

This commit is contained in:
PxlLoewe
2025-05-24 13:07:55 -07:00
parent cbeae274a4
commit 5187ed194c
44 changed files with 214 additions and 933 deletions

View File

@@ -1,7 +1,5 @@
"use server";
import { PrismaClient } from "@repo/db";
const prisma = new PrismaClient();
import { prisma, PrismaClient } from "@repo/db";
export async function getData(
model: keyof PrismaClient,