add todos and change wording

This commit is contained in:
m5r
2022-06-26 13:52:36 +02:00
parent 6cf2f8cb94
commit 590e92eea4
3 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,7 @@
import { useState } from "react";
export default function CTAForm() {
// TODO
const [{ isSubmitted }, setState] = useState({ isSubmitted: false });
const onSubmit = () => setState({ isSubmitted: true });