fixed type exxors

This commit is contained in:
PxlLoewe
2025-06-24 01:12:08 -07:00
parent 2e5340d8be
commit fa90bc05a8
4 changed files with 99 additions and 98 deletions

View File

@@ -1,5 +1,5 @@
"use client";
import { penaltyColumns as penaltyColumns } from "(app)/admin/penalty/page";
import { penaltyColumns as penaltyColumns } from "(app)/admin/penalty/columns";
import { editReport } from "(app)/admin/report/actions";
import { zodResolver } from "@hookform/resolvers/zod";
import { Report as IReport, User } from "@repo/db";