web-humas-fe/app/portal-ppid/standar-layanan/mekanisme-keberatan/page.tsx

9 lines
198 B
TypeScript
Raw Normal View History

2024-02-26 07:24:22 +00:00
import ObjectionMecanism from '@/components/detail/ObjectionMecanism'
import React from 'react'
export default function ObjectionMecanismPage() {
return (
<ObjectionMecanism />
)
}