Created
September 29, 2021 22:01
-
-
Save Kellswork/4dc3b5e5c361d73d04a2b015150b06f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import ContactForm from "./components/ContactForm.jsx"; | |
import "./App.css"; | |
function App() { | |
return ( | |
<div className="App"> | |
<UserForm /> | |
</div> | |
); | |
} | |
export default App; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment