Refactor code structure for improved readability and maintainability

This commit is contained in:
Ayesha Imran 2025-04-28 13:22:25 +05:00
parent c8d38e87b0
commit 987668c139
31 changed files with 1517 additions and 2045 deletions

View file

@ -473,4 +473,4 @@ export enum UserIdleState {
ACTIVE = "active",
AWAY = "away",
IDLE = "idle",
}
}