first commit
This commit is contained in:
11
src/constants/roles.js
Normal file
11
src/constants/roles.js
Normal file
@@ -0,0 +1,11 @@
|
||||
export const ROLES = {
|
||||
ADMIN: 'admin',
|
||||
THERAPIST: 'therapist',
|
||||
PATIENT: 'patient'
|
||||
}
|
||||
|
||||
export const ROLE_HOME = {
|
||||
admin: '/admin',
|
||||
therapist: '/therapist',
|
||||
patient: '/patient'
|
||||
}
|
||||
Reference in New Issue
Block a user