add todos and change wording
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import { useState } from "react";
|
||||
|
||||
export default function CTAForm() {
|
||||
// TODO
|
||||
const [{ isSubmitted }, setState] = useState({ isSubmitted: false });
|
||||
const onSubmit = () => setState({ isSubmitted: true });
|
||||
|
||||
|
Reference in New Issue
Block a user