Skip to content

Instantly share code, notes, and snippets.

@hanhyung6376
Created October 16, 2021 14:41
import React from "react";
import User from "./components/User";
const App = () => {
return(
<User/>
)
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment