import React from "react"; import UserInfo from "./UserInfo"; function App() { return ; } export default App;