one page for easier state management

This commit is contained in:
talksik
2022-05-28 16:29:23 -05:00
parent cf10a4d1e4
commit 7ae7d7fa36
5 changed files with 265 additions and 254 deletions
@@ -7,7 +7,7 @@ export default class Conversation {
public membersList: string[],
public name?: string,
public name: string | null = null,
public lastUpdatedDate = Timestamp.now(),