Add explanation in the mailing list component

This commit is contained in:
Michael
2021-07-11 11:20:39 +02:00
parent a755e782aa
commit dd18c85f2b

View File

@@ -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";