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