web-humas-fe/app/report/page.tsx

9 lines
165 B
TypeScript
Raw Normal View History

2024-01-10 13:07:12 +00:00
import FormReport from '@/components/form/form-report'
import React from 'react'
export default function ReportPage() {
return (
<FormReport />
)
}