Repository URL to install this package:
|
Version:
7.13.0-rc.7 ▾
|
export default function navigateToUrl(url) {
window.location.assign(url);
}