WikiEducationFoundation/WikiEduDashboard

View on GitHub
app/assets/javascripts/constants/users.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export const RECEIVE_USERS = 'RECEIVE_USERS';
export const SORT_USERS = 'SORT_USERS';
export const ADD_USER = 'ADD_USER';
export const REMOVE_USER = 'REMOVE_USER';