9 lines
152 B
TypeScript
9 lines
152 B
TypeScript
|
|
import About from '@/components/detail/About'
|
||
|
|
import React from 'react'
|
||
|
|
|
||
|
|
export default function PPIDProfile() {
|
||
|
|
return (
|
||
|
|
<About />
|
||
|
|
)
|
||
|
|
}
|