web-humas-fe/app/portal-ppid/informasi-publik/informasi-serta-merta/page.tsx

9 lines
198 B
TypeScript

import InformasiSertaMerta from '@/components/table/informasi-sertamerta'
import React from 'react'
export default function InformasiSMPage() {
return (
<InformasiSertaMerta />
)
}