export function navigateToHref(target: string): void { window.location.assign(target); }