Feature/amiriis receipt report

This commit is contained in:
AmirHossein Mahmoodi
2025-02-23 13:22:24 +00:00
parent 090627cbc2
commit baaf967f1c
25 changed files with 676 additions and 31 deletions

View File

@@ -0,0 +1,6 @@
import ReceiptReportPage from "@/components/dashboard/receipt/report"
const Page = () => {
return <ReceiptReportPage />
}
export default Page