Notifications
Clear all
{#each notifications as notif (notif.id)}
{notif.message}
{notif.time}
{/each} {#if notifications.length === 0}
No notifications
{/if}