1 import Immutable from 'immutable';
2
3 export default Immutable.Record({id:'', text: ''});
3 export default Immutable.Record({
4 id: '',
5 text: '',
6 session: ''
7 });