diff -r 1f340f3597a8 -r ea92f4fe783d client/src/store/groupRecord.js --- a/client/src/store/groupRecord.js Tue Oct 09 19:07:47 2018 +0200 +++ b/client/src/store/groupRecord.js Mon Oct 08 18:35:47 2018 +0200 @@ -1,6 +1,6 @@ -import Immutable from 'immutable'; +import { Record } from '.'; -export default Immutable.Record({ +export default Record({ name: '', owner: '', @@ -8,4 +8,4 @@ description:'', protocol: null -}, 'Group'); +});