{#each $notifications as notification (notification.id)} {@const SvelteComponent = icon[notification.type]}
{notification.message}
{/each}