web-humas-fe/app/portal-ppid/standar-layanan/maklumat-pelayanan/page.tsx

9 lines
202 B
TypeScript
Raw Normal View History

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