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

7 lines
161 B
TypeScript
Raw Normal View History

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