Skip to content

Instantly share code, notes, and snippets.

@Kellswork
Created September 29, 2021 22:01
Show Gist options
  • Save Kellswork/4dc3b5e5c361d73d04a2b015150b06f5 to your computer and use it in GitHub Desktop.
Save Kellswork/4dc3b5e5c361d73d04a2b015150b06f5 to your computer and use it in GitHub Desktop.
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