web-humas-fe/app/portal-ppid/satuan-kerja/[satker-name]/standar-layanan/alur-pelayanan-informasi-pu.../page.tsx

7 lines
165 B
TypeScript

import ServiceFlow from "@/components/main/detail/service-flow";
import React from "react";
export default function ServiceFlowPage() {
return <ServiceFlow />;
}