reusable components for the status and stuff

This commit is contained in:
Arjun Patel
2022-01-16 00:24:14 -08:00
parent d6405dea8f
commit 83a3f43ee5
5 changed files with 87 additions and 50 deletions
-1
View File
@@ -36,6 +36,5 @@ export class User {
export enum UserStatus {
online = "online",
offline = "offline",
inCall = "in call",
busy = "busy",
}