| 2 | import {Link} from "react-router-dom"; |
| 3 | |
| 4 | export default class Navbar extends Component { |
| 5 | render() { |
| 6 | return ( |
| 7 | <nav className="navbar navbar-expand-lg navbar-dark bg-dark"> |
nothing calls this directly
no outgoing calls
no test coverage detected