Feature/amiriis receipt report

This commit is contained in:
AmirHossein Mahmoodi
2025-02-23 13:30:22 +00:00
parent faad2793b5
commit 1e23c6b332
12 changed files with 640 additions and 2 deletions

View File

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