export function openUrl(url: string, target: string = '_self') { window.open(url, target); }