eslint compliance on reducers & VOs

This commit is contained in:
Cássio Zen 2016-06-16 22:49:48 -03:00
parent 339c5397b0
commit 85b613c892
6 changed files with 9 additions and 9 deletions

View File

@ -13,6 +13,6 @@ const collections = (state = null, action) => {
default:
return state;
}
}
};
export default collections;