import { BrowserRouter } from "react-router-dom"; import Router from "./pages/router"; const App = () => { return ( ); }; export default App;