Mobx is now Redux

This commit is contained in:
Johannes Schill
2018-11-06 15:24:00 +01:00
parent 9f6683de2c
commit 212c086162
+1 -1
View File
@@ -4,7 +4,7 @@ import { store } from 'app/store/configureStore';
import locationUtil from 'app/core/utils/location_util';
import { updateLocation } from 'app/core/actions';
// Services that handles angular -> mobx store sync & other react <-> angular sync
// Services that handles angular -> redux store sync & other react <-> angular sync
export class BridgeSrv {
private fullPageReloadRoutes;