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!