web-humas-fe/app/portal-ppid/e-ppid-polda/page.tsx

8 lines
146 B
TypeScript

import PPIDPolda from '@/components/Portal PPID/PPIDPolda'
export default function PPIDSakterPage() {
return (
<PPIDPolda />
)
}