My Notes

{#if loading}
Loading…
{:else if error}
{error}
{:else if filteredEvents.length === 0}
No notes found.
{:else} {/if}