master
cieReducer
export default function cieReducer( state: CieState = INITIAL_STATE, action: Action ): CieState { switch (action.type) {