aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/GlobalErrorStore.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/GlobalErrorStore.ts')
-rw-r--r--src/stores/GlobalErrorStore.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/GlobalErrorStore.ts b/src/stores/GlobalErrorStore.ts
index cb364574b..fcc1276c8 100644
--- a/src/stores/GlobalErrorStore.ts
+++ b/src/stores/GlobalErrorStore.ts
@@ -1,7 +1,7 @@
1import { observable, action } from 'mobx'; 1import { observable, action } from 'mobx';
2import { Actions } from 'src/actions/lib/actions'; 2import { Actions } from 'src/actions/lib/actions';
3import { ApiInterface } from 'src/api'; 3import { ApiInterface } from 'src/api';
4import { Stores } from 'src/stores.types'; 4import { Stores } from 'src/@types/stores.types';
5import Request from './lib/Request'; 5import Request from './lib/Request';
6import TypedStore from './lib/TypedStore'; 6import TypedStore from './lib/TypedStore';
7 7