import { BrowserRouter as Router, Route, Switch } from "react-router-dom"; function App() { return ( <> ); } export default App;