import { BrowserRouter as Router } from "react-router-dom"; import AppRouter from "./router"; function App() { return ( ); } export default App;