web-humas-fe/app/portal-ppid/satuan-kerja/[satker-name]/standar-layanan/mekanisme-keberatan/page.tsx

7 lines
189 B
TypeScript
Raw Normal View History

2024-11-05 06:15:40 +00:00
import ObjectionMecanism from "@/components/main/detail/objection-mecanism";
import React from "react";
2024-03-25 04:10:43 +00:00
export default function ObjectionMecanismPage() {
2024-11-05 06:15:40 +00:00
return <ObjectionMecanism />;
2024-03-25 04:10:43 +00:00
}