temporary fix for build and remove previous auth related code

This commit is contained in:
2025-04-10 22:39:38 +05:00
parent 7e49bf119a
commit e8296ae3f6
10 changed files with 853 additions and 799 deletions
-8
View File
@@ -1,8 +0,0 @@
"use server";
import prisma from "@/lib/db";
export async function useFormula() {
const formula = await prisma.billFormula.findFirst();
return formula;
}