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