client/src/store/sessionRecord.js
author ymh <ymh.work@gmail.com>
Thu, 22 Jun 2017 12:37:53 +0200
changeset 75 15ebcb57b544
parent 62 b2514a9bcd49
child 101 e165aa89ac82
permissions -rw-r--r--
Make sure to sort nodes in session

import Immutable from 'immutable';

export default Immutable.Record({
  _id: '',

  title: '',
  description: '',

  date: '',

}, 'Session');