| author | ymh <ymh.work@gmail.com> |
| Tue, 23 May 2017 13:15:34 +0200 | |
| changeset 3 | 3b5d37d84cfe |
| child 12 | 48ddaa42b810 |
| permissions | -rw-r--r-- |
|
3
3b5d37d84cfe
Some code rename and reorg + basic tests
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
import Immutable from 'immutable'; |
|
3b5d37d84cfe
Some code rename and reorg + basic tests
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
|
|
3b5d37d84cfe
Some code rename and reorg + basic tests
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
export default Immutable.Record({id:'', text: ''}); |