First prototype of image upload working. IO-397 IO-398

This commit is contained in:
Patrick Fic
2020-11-17 13:39:31 -08:00
parent 79ec14fe53
commit cd5f8af9e4
15 changed files with 395 additions and 19 deletions

View File

@@ -5,10 +5,8 @@ const INITIAL_STATE = {
authorized: null,
},
bodyshop: null,
fingerprint: null,
signingIn: false,
error: null,
conflict: false,
};
const userReducer = (state = INITIAL_STATE, action) => {