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

8 lines
149 B
TypeScript
Raw Normal View History

2024-03-02 15:25:48 +00:00
import PPIDSatker from '@/components/Portal PPID/PPIDSatker'
export default function PPIDSakterPage() {
return (
<PPIDSatker />
)
}