3 lines
74 B
JavaScript
3 lines
74 B
JavaScript
export default (state = {fxRowData: []}, action) => {
|
|
return state;
|
|
}; |