mirror of
https://github.com/rjNemo/MERN_sample_app
synced 2026-06-06 08:46:39 +00:00
admin role constants
This commit is contained in:
parent
e7f756a0ea
commit
85e8067b6c
1 changed files with 1 additions and 0 deletions
1
client/src/constants/roles.js
Normal file
1
client/src/constants/roles.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
export const ADMIN = "ADMIN";
|
||||
Loading…
Reference in a new issue