web-humas-fe/app/portal-ppid/satuan-kerja/[satker-name]/profile/profile-singkat-ppid/page.tsx

7 lines
142 B
TypeScript
Raw Normal View History

2024-11-05 06:15:40 +00:00
import About from "@/components/main/detail/about";
import React from "react";
2024-03-02 15:25:48 +00:00
export default function PPIDProfile() {
2024-11-05 06:15:40 +00:00
return <About />;
2024-03-02 15:25:48 +00:00
}