export function showToast(details) { let event = new CustomEvent('weiroToast', { detail: details }); window.dispatchEvent(event); }