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

7 lines
164 B
TypeScript

import ServiceTime from "@/components/main/detail/serive-time";
import React from "react";
export default function ServiceTimePage() {
return <ServiceTime />;
}