import classNames from "classnames";
import React from "react";
import { Link, withRouter } from "react-router-dom";
import { userIsLoggedIn } from "../../auth/index";
import Login from "../../containers/auth/Login";
import Logout from "../../containers/auth/Logout";
import ProfileName from "../../containers/auth/ProfileName";
import "./Navbar.css";
export const NAVBAR_HEIGHT = 60;
export const NavItem = withRouter(props =>