import { useLocation } from 'react-router-dom' function HeaderView() { const location = useLocation(); console.log(location.pathname); return Path : {location.pathname} }