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

9 lines
152 B
TypeScript
Raw Normal View History

2024-03-02 15:25:48 +00:00
import About from '@/components/detail/About'
import React from 'react'
export default function PPIDProfile() {
return (
<About />
)
}