client/src/store/noteRecord.js
author Alexandre Segura <mex.zktk@gmail.com>
Thu, 01 Jun 2017 15:20:31 +0200
changeset 14 df6780e48eb5
parent 12 48ddaa42b810
child 15 4a8bbd314a46
permissions -rw-r--r--
Fix all tests.

import Immutable from 'immutable';

export default Immutable.Record({
  id: '',
  text: '',
  session: ''
});