mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 22:18:00 +08:00
Extract form rendering from FormSection into a standalone MarketingForm component exported from the marketing package. The form fans out submissions to HubSpot, Customer.io, and Notion in parallel via the existing submitFormAction. Replace the legacy HubSpotFormEmbed iframe on the AWS Activate page with the new form, and delete the old embed.
3 lines
53 B
TypeScript
3 lines
53 B
TypeScript
export * from './src/go'
|
|
export * from './src/forms'
|