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