web-humas-fe/app/portal-ppid/polda/[polda-name]/profile/sejarah-ppid-polri/page.tsx

7 lines
158 B
TypeScript
Raw Normal View History

2024-11-05 06:15:40 +00:00
import HistoryPPID from "@/components/page/history-ppid";
import React from "react";
2024-03-25 08:16:35 +00:00
export default function PPIDProfilePage() {
2024-11-05 06:15:40 +00:00
return <HistoryPPID />;
2024-03-25 08:16:35 +00:00
}