mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 00:36:31 +02:00
12 lines
No EOL
224 B
TypeScript
12 lines
No EOL
224 B
TypeScript
import React from 'react'
|
|
import { ContactFormGridWithDetails } from '@/components/contact/contact-form'
|
|
|
|
const page = () => {
|
|
return (
|
|
<div>
|
|
<ContactFormGridWithDetails />
|
|
</div>
|
|
)
|
|
}
|
|
|
|
export default page |