SurfSense/surfsense_web/app/contact/page.tsx
DESKTOP-RTLN3BA\$punk 1a3faf03d5 feat: added contact and pricing
- Updated framer motion
2025-09-30 20:27:34 -07:00

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