{#each notes as note}
  • handleMouseOverLi(note.id)} on:mouseout={() => handleMouseOutLi(note.id)}>
    onNoteLiClick(note)}> {note.title}
    {note.lastOpened}
  • {/each}