import React from 'react' import { Link, withRouter } from 'react-router-dom' import { Dropdown } from "../components" import Icons from "../images/icons.svg" import './Header.css' import list from './HeaderMenuList.json' function Header({ home, lastStudy, location }) { const { state } = location return (