import { BrowserRouter as Router, Switch, Route, Link} from "react-router-dom"; <Router> <Switch> <Route path="/" /> </Switch> </Router>