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

6 lines
137 B
TypeScript
Raw Normal View History

2024-11-05 06:15:40 +00:00
import PPIDPolda from "@/components/layout/portal-ppid/PPIDPolda";
2024-03-15 07:46:40 +00:00
export default function PPIDSakterPage() {
2024-11-05 06:15:40 +00:00
return <PPIDPolda />;
2024-03-15 07:46:40 +00:00
}