const previewPosts = findPosts.slice(0, 3);
if (!userFind) {
return <>Loading...</>;
}
return (
let formData = new FormData(formElement);
fetch("/pushworker", {
body: formData,
headers: {
"Content-Type": "multipart/form-data",
},
method: "POST",
}).then((data) => console.log(data));