add markdown

This commit is contained in:
Mckay Wrigley
2023-03-17 19:25:04 -06:00
parent 506b5c1684
commit 9c50142c64
8 changed files with 1673 additions and 94 deletions
-1
View File
@@ -11,7 +11,6 @@ interface Props {
}
export const Conversations: FC<Props> = ({ loading, conversations, selectedConversation, onSelectConversation, onDeleteConversation }) => {
console.log(conversations);
return (
<div className="flex flex-col space-y-2">
{conversations.map((conversation, index) => (