Added login and logout

This commit is contained in:
jfrye122
2023-04-20 22:38:22 -04:00
parent b7b6877478
commit f3384d4e36
11 changed files with 133 additions and 37 deletions

View File

@@ -13,7 +13,6 @@ const persistConfig = {
blacklist: ["user"],
};
//ADDED JF employee: employeeReducer
const rootReducer = combineReducers({
user: userReducer,
app: appReducer,