import React from "react"; import Profile from "./Profile"; const App = () => { return ( <> ); }; export default App;