{#each toastStore.notifications as notification (notification.id)}
{notification.message}
toastStore.dismiss(notification.id)} class="ml-2 opacity-70 hover:opacity-100" aria-label="Dismiss" > ✕
{/each}