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

7 lines
158 B
TypeScript

import HistoryPPID from "@/components/page/history-ppid";
import React from "react";
export default function PPIDProfilePage() {
return <HistoryPPID />;
}