SurfSense/surfsense_web/app/pricing/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
195 B
TypeScript

import React from 'react'
import PricingBasic from '@/components/pricing/pricing-section'
const page = () => {
return (
<div>
<PricingBasic />
</div>
)
}
export default page