web-humas-fe/app/portal-ppid/layanan-informasi/ppid-laporan-tahunan/page.tsx

9 lines
177 B
TypeScript

import AnnualReport from '@/components/table/laporan-tahunan'
import React from 'react'
export default function ReportTahunan() {
return (
<AnnualReport />
)
}