aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/lib')
-rw-r--r--src/stores/lib/TypedStore.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stores/lib/TypedStore.ts b/src/stores/lib/TypedStore.ts
index c78f83850..c97ae1aa5 100644
--- a/src/stores/lib/TypedStore.ts
+++ b/src/stores/lib/TypedStore.ts
@@ -1,7 +1,7 @@
1import { computed, IReactionPublic, observable } from 'mobx'; 1import { computed, IReactionPublic, observable } from 'mobx';
2import { Actions } from 'src/actions/lib/actions'; 2import { Actions } from '../../actions/lib/actions';
3import { ApiInterface } from 'src/api'; 3import { ApiInterface } from '../../api';
4import { Stores } from 'src/@types/stores.types'; 4import { Stores } from '../../@types/stores.types';
5import Reaction from './Reaction'; 5import Reaction from './Reaction';
6 6
7export default abstract class TypedStore { 7export default abstract class TypedStore {