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

7 lines
167 B
TypeScript
Raw Normal View History

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