Please enable JavaScript.
Coggle requires JavaScript to display documents.
Connect tree (State (auth (isAuthorized (bool), user (object), token…
Connect tree
State
auth
isAuthorized (bool)
user (object)
token (string)
ui
isGlobalLoaderShown (bool)
tasks
list (array)
employees
list (array)
index.js
App.js
AuthGuard.js
AppLayout.js
SideDrawer.js
AppPage.js
PageTasks.js
PageChat.js
PageEmployees.js
GuestLayout.js
GuestPage.js
ForgotPasswordForm.js
ResetPasswordForm.js
DemoRegistrationForm.js
LoginForm.js