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