import React from "react"; import { BrowserRouter as Router, Route, Link, Redirect, withRouter } from "react-router-dom";
//////////////////////////////////////////////////////////// // 1. Click the public page // 2. Click the protected page // 3. Log in // 4. Click the back button, note the URL each time