aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/index.ts')
-rw-r--r--src/stores/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/index.ts b/src/stores/index.ts
index d31f2c933..8836f2892 100644
--- a/src/stores/index.ts
+++ b/src/stores/index.ts
@@ -1,4 +1,4 @@
1import { RouterStore } from 'mobx-react-router'; 1import { RouterStore } from '@superwf/mobx-react-router';
2import { ApiInterface } from '../api'; 2import { ApiInterface } from '../api';
3import { Actions } from '../actions/lib/actions'; 3import { Actions } from '../actions/lib/actions';
4import AppStore from './AppStore'; 4import AppStore from './AppStore';