web-humas-fe/app/profile-pimpinan-polri/page.tsx

8 lines
128 B
TypeScript
Raw Normal View History

2024-02-19 08:39:35 +00:00
import Propim from '@/components/detail/Propim'
export default function PropimPage() {
return (
<Propim />
)
}