creating rooms fine, but not displaying them yet

This commit is contained in:
Arjun Patel
2022-01-17 00:32:12 -08:00
parent e94ea58501
commit 1f22e98ad0
4 changed files with 144 additions and 32 deletions
+4
View File
@@ -4,4 +4,8 @@ export enum Collections {
teamMembers = "teamMembers",
teamSubscriptions = "teamSubscriptions",
audioMessages = "audioMessages",
rooms = "rooms",
announcements = "announcements",
attachments = "attachments",
}