Repository URL to install this package:
|
Version:
4.6.1-rc.1 ▾
|
export default function navigateToUrl(url) {
window.location.href = url;
}