import FormReport from '@/components/form/form-report'
import React from 'react'
export default function ReportPage() {
return (
<FormReport />
)
}