web-humas-fe/app/kontak-kami/page.tsx

8 lines
133 B
TypeScript

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