client/src/constants/asyncRequest.js
author ymh <ymh.work@gmail.com>
Tue, 01 Aug 2017 12:20:14 +0200
changeset 132 906a6c7c7943
parent 92 5a73b44925f2
child 168 ea92f4fe783d
permissions -rw-r--r--
add group to sync + create groups + various component cleaning

import Immutable from 'immutable';

export default Immutable.Map({
  loading: false,
  success: false,
  error: false,
  errorMessages: Immutable.Map({})
});