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

7 lines
164 B
TypeScript
Raw Normal View History

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