Report Page

This commit is contained in:
efrilm
2025-09-11 15:32:26 +07:00
parent 9c1b1fc1db
commit c9e260860c
6 changed files with 177 additions and 0 deletions
@@ -0,0 +1,7 @@
import ReportList from '@/views/apps/report'
const ReportPage = () => {
return <ReportList />
}
export default ReportPage