aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/forms/contact-form/contact-form.test.tsx
Commit message (Collapse)AuthorAgeFilesLines
* refactor(components): rewrite ContactForm componentArmand Philippot2023-11-111-31/+142
| | | | | | * remove `Notice` props to handle it directly inside the form * replace `sendMail` prop with `onSubmit` prop * use `useForm` hook to handle fields
* refactor(components): make form components compliant with Eslint rulesArmand Philippot2023-11-111-7/+11
|
* build: convert project to esmArmand Philippot2023-10-241-0/+1
|
* refactor(components): rewrite form componentsArmand Philippot2023-10-241-0/+48