client/src/store/sessionRecord.js
author ymh <ymh.work@gmail.com>
Tue, 20 Jun 2017 19:04:42 +0200
changeset 65 14989b339e5d
parent 62 b2514a9bcd49
child 101 e165aa89ac82
permissions -rw-r--r--
Use a fonctionnal component for the login part of the navbar

import Immutable from 'immutable';

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

  title: '',
  description: '',

  date: '',

}, 'Session');