2025-02-13 04:53:53 +00:00
|
|
|
import FormObjectionRequest from "@/components/form/form-permohonan-keberatan";
|
|
|
|
|
import React from "react";
|
2024-02-26 03:48:47 +00:00
|
|
|
|
|
|
|
|
export default function PermohonanKeberanatan() {
|
2025-02-13 04:53:53 +00:00
|
|
|
return (
|
|
|
|
|
<div></div>
|
|
|
|
|
// <FormObjectionRequest />
|
|
|
|
|
);
|
2024-02-26 03:48:47 +00:00
|
|
|
}
|