AG-420 Improve React implementation

This commit is contained in:
Sean Landsman
2017-05-23 17:51:33 +01:00
parent e183a0503a
commit 06ebb8bf18
11 changed files with 217 additions and 321 deletions

View File

@@ -1,6 +1,6 @@
import {createStore} from "redux";
import fxData from "../reducers/fxData";
import fxData from "../reducers/fxDataReducer.jsx";
class StoreService {
}