import Propim from '@/components/detail/Propim'
export default function PropimPage() {
return (
<Propim />
)
}