9 lines
165 B
TypeScript
9 lines
165 B
TypeScript
|
|
import FormReport from '@/components/form/form-report'
|
||
|
|
import React from 'react'
|
||
|
|
|
||
|
|
export default function ReportPage() {
|
||
|
|
return (
|
||
|
|
<FormReport />
|
||
|
|
)
|
||
|
|
}
|