fix(app): remove immutable from the project, use basic arrays instead

This commit is contained in:
tibing 2017-09-06 16:18:17 +03:00
parent f7b26d8c26
commit d33dbb6029
5 changed files with 198 additions and 170 deletions

View file

@ -11,9 +11,6 @@
],
"@nebular/*": [
"../node_modules/@nebular/*"
],
"immutable/*": [
"../node_modules/immutable/*"
]
}
},