feat: implement curriculum management system including automated generation, enrichment, and versioning workflows
This commit is contained in:
@@ -23,8 +23,6 @@ function appReducer(state, action) {
|
||||
return { ...state, currentUser: action.payload };
|
||||
case 'LOGOUT':
|
||||
return { ...state, currentUser: null };
|
||||
case 'ADVANCE_WEEK':
|
||||
return { ...state, weekNumber: state.weekNumber + 1 };
|
||||
default:
|
||||
return state;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user