client/src/store/groupRecord.js
changeset 168 ea92f4fe783d
parent 133 6f3078f7fd47
--- 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');
+});