// Make sure to run npm install @formspree/react // For more help visit https://formspr.ee/react-help import React from 'react'; import { useForm, ValidationError } from '@formspree/react'; function ContactForm() { const [state, handleSubmit] = useForm("xeqnnagk"); if (state.succeeded) { return

Thanks for joining!

; } return (