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

9 lines
152 B
TypeScript
Raw Normal View History

2024-02-23 12:34:32 +00:00
import About from '@/components/detail/About'
import React from 'react'
export default function PPIDProfile() {
return (
<About />
)
}