creating conversation with data

This commit is contained in:
Arjun Patel
2022-02-02 16:11:20 -08:00
parent e2b786d6f1
commit f76d299b89
5 changed files with 141 additions and 9 deletions
+3
View File
@@ -0,0 +1,3 @@
import ConversationService from "./conversationService";
export const conversationService = new ConversationService();