stray log
This commit is contained in:
		
							parent
							
								
									1f31cc5507
								
							
						
					
					
						commit
						93b528f10d
					
				|  | @ -215,7 +215,6 @@ export default function Home() { | |||
|   }; | ||||
| 
 | ||||
|   const handleImportConversations = (data: { conversations: Conversation[]; folders: ChatFolder[] }) => { | ||||
|     console.log(data); | ||||
|     importData(data.conversations, data.folders); | ||||
|     setConversations(data.conversations); | ||||
|     setSelectedConversation(data.conversations[data.conversations.length - 1]); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue