Housekeeping

This commit is contained in:
Josh Johnson 2016-09-24 11:07:48 +01:00
parent c842e83672
commit 8ed3fc5277
5 changed files with 5 additions and 5 deletions

View file

@ -90,4 +90,4 @@ const choices = (state = [], action) => {
}
};
export default choices;
export default choices;

View file

@ -15,4 +15,4 @@ const groups = (state = [], action) => {
}
};
export default groups;
export default groups;

View file

@ -22,4 +22,4 @@ const rootReducer = (passedState, action) => {
return appReducer(state, action);
};
export default rootReducer;
export default rootReducer;

View file

@ -44,4 +44,4 @@ const items = (state = [], action) => {
}
};
export default items;
export default items;

View file

@ -147,4 +147,4 @@ export default class Store {
}
}
module.exports = Store;
module.exports = Store;