This commit is contained in:
Belen Curcio
2017-03-30 13:07:32 -03:00
parent a7def6fc2b
commit 52b6ce06e6
2 changed files with 3 additions and 1 deletions
-1
View File
@@ -275,7 +275,6 @@ const mapStateToProps = (state) => Object
if (key !== 'apollo') {
entry[key] = state[key].toJS();
}
console.log(entry);
return entry;
}, {});
@@ -46,6 +46,7 @@ function importer ({fill, ...props}) {
}
function filterBySlot (plugin) {
/**
* filterBySlot
*/
@@ -97,6 +98,7 @@ function filterByUserConfig (plugin) {
}
function importAll(context) {
/**
* importAll builds the map to import
*/
@@ -111,6 +113,7 @@ function importAll(context) {
}
function importAllAsArr(context) {
/**
* importAllAsArr builds the array to import
*/