From 6c164ec9491edee495017ced586432316a633cfd Mon Sep 17 00:00:00 2001 From: Luis Corales Date: Tue, 30 Aug 2022 15:32:51 -0500 Subject: [PATCH] dasd --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 42209f5..59c8f22 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,7 +1,7 @@ import React, { useState } from "react"; export const App = () => { - const [sent, setSent] = useState(false); + const [sent, setSent] = useState(false); return sent ? (

Form was sent!