Skip to content

Commit

Permalink
Create Form
Browse files Browse the repository at this point in the history
  • Loading branch information
Javid Momeni committed Nov 24, 2024
1 parent 59e9274 commit 53c5833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function HomePage() {
},
});

const [formData, setFormData] = useState({
const [formData] = useState({
childName: "",
age: "",
environmentalTopic: "",
Expand Down

0 comments on commit 53c5833

Please sign in to comment.