KyivKrishnaAcademy/ved_akadem_students

View on GitHub
client/app/bundles/group-performance/constants/group-performance-constants.jsx

Summary

Maintainability
A
0 mins
Test Coverage
import mirrorCreator from 'mirror-creator';

const actionTypes = mirrorCreator([
  'SHOW_LOADER',
  'HIDE_LOADER',
  'RESULT_SAVED',
  'RESULT_DELETED',
  'TOGGLE_EDIT_ROW',
  'OPEN_EXAMINATION_RESULT_EDITOR',
]);

export default actionTypes;