8 lines
133 B
TypeScript
8 lines
133 B
TypeScript
|
|
import Contact from '@/components/detail/Contact'
|
||
|
|
|
||
|
|
export default function VisiMisiPage() {
|
||
|
|
return (
|
||
|
|
<Contact />
|
||
|
|
)
|
||
|
|
}
|