FPSMS-frontend
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

7 rivejä
145 B

  1. export const [VIEW_USER, MAINTAIN_USER, VIEW_GROUP, MAINTAIN_GROUP] = [
  2. "VIEW_USER",
  3. "MAINTAIN_USER",
  4. "VIEW_GROUP",
  5. "MAINTAIN_GROUP",
  6. ];