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

7 lines
165 B
TypeScript
Raw Normal View History

2024-11-05 06:15:40 +00:00
import ServiceFlow from "@/components/main/detail/service-flow";
import React from "react";
2024-03-25 08:16:35 +00:00
export default function ServiceFlowPage() {
2024-11-05 06:15:40 +00:00
return <ServiceFlow />;
2024-03-25 08:16:35 +00:00
}