diff --git a/components/MailingList.js b/components/MailingList.js index 2f36b6c..7c90ead 100644 --- a/components/MailingList.js +++ b/components/MailingList.js @@ -1,3 +1,8 @@ +/* +This is the form component to register an email adress to your mailing list. +This is just the frontend, and the email will be send to our backend API (/api/mailingList) +*/ + import axios from "axios"; import { toast } from "react-toastify"; import { useState } from "react";