diff --git a/src/components/help/ContactForm.tsx b/src/components/help/ContactForm.tsx index 2777764..f20c1cb 100644 --- a/src/components/help/ContactForm.tsx +++ b/src/components/help/ContactForm.tsx @@ -141,4 +141,12 @@ const ContactForm = ({ onBack }: ContactFormProps) => { + + ); +}; + +export default ContactForm;