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

9 lines
170 B
TypeScript
Raw Normal View History

2024-03-25 08:16:35 +00:00
import ServiceFee from '@/components/detail/ServiceFee'
import React from 'react'
export default function ServiceFeePage() {
return (
<ServiceFee />
)
}