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

9 lines
177 B
TypeScript
Raw Normal View History

2024-02-26 03:48:47 +00:00
import AnnualReport from '@/components/table/laporan-tahunan'
import React from 'react'
export default function ReportTahunan() {
return (
<AnnualReport />
)
}