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

6 lines
147 B
TypeScript
Raw Normal View History

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