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

8 lines
133 B
TypeScript
Raw Normal View History

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