resolve warnings

This commit is contained in:
Mario Pesch
2021-03-19 15:27:18 +01:00
parent a163c76463
commit 31e0880e7a
19 changed files with 34 additions and 28 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const initialState = {
}
};
export default function(state = initialState, action){
export default function foo(state = initialState, action){
switch(action.type){
case BUILDER_CHANGE:
return {