Repository URL to install this package:
export default function navigateToUrl(url) { window.location.href = url; }