import React from 'react'; import PropTypes from 'prop-types'; 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, location }) { const { state } = location return (