web-humas-fe/app/portal-ppid/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-02-23 12:34:32 +00:00
export default function PPIDProfilePage() {
2024-11-05 06:15:40 +00:00
return <HistoryPPID />;
2024-02-23 12:34:32 +00:00
}