//Go to link and refresh the page <a onClick={() => {window.location.href="/something"}}>Something</a>
export const Page = () => { const location = useLocation(); return <PageImpl key={location.key} /> }