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

9 lines
181 B
TypeScript
Raw Normal View History

2025-02-13 04:53:53 +00:00
import FormApplication from "@/components/form/form-permohonan-informasi";
2024-02-19 08:39:35 +00:00
export default function ApplicationPage() {
2025-02-13 04:53:53 +00:00
return (
<div></div>
// <FormApplication />
);
2024-02-19 08:39:35 +00:00
}