client/src/constants/asyncRequest.js
author Alexandre Segura <mex.zktk@gmail.com>
Mon, 26 Jun 2017 16:50:16 +0200
changeset 92 5a73b44925f2
child 168 ea92f4fe783d
permissions -rw-r--r--
Add missing file from previous commit.

import Immutable from 'immutable';

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