web-humas-fe/app/portal-ppid/profile/profile-singkat-ppid/page.tsx

9 lines
152 B
TypeScript

import About from '@/components/detail/About'
import React from 'react'
export default function PPIDProfile() {
return (
<About />
)
}