Feature/amiriis receipt report
This commit is contained in:
6
src/app/(withAuth)/dashboard/receipt/report/page.js
Normal file
6
src/app/(withAuth)/dashboard/receipt/report/page.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import ReceiptReportPage from "@/components/dashboard/receipt/report"
|
||||
|
||||
const Page = () => {
|
||||
return <ReceiptReportPage />
|
||||
}
|
||||
export default Page
|
||||
Reference in New Issue
Block a user