web-humas-fe/app/form-permohonan-informasi/page.tsx

8 lines
168 B
TypeScript
Raw Normal View History

2024-02-19 08:39:35 +00:00
import FormApplication from '@/components/form/form-permohonan-informasi'
export default function ApplicationPage() {
return (
<FormApplication />
)
}