No jsx do tbody
<tr key={index}>
<td>{linha.nome}</td>
<td>{linha.titulo}</td>
<td>{linha.preco}</td>
<td><button>Remover</button></td>
</tr>
tem esse atributo key que está sendo igualado ao index. Qual a função desse atributo?