aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/lib/Request.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/lib/Request.ts')
-rw-r--r--src/stores/lib/Request.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stores/lib/Request.ts b/src/stores/lib/Request.ts
index 587af87d7..e7739bba1 100644
--- a/src/stores/lib/Request.ts
+++ b/src/stores/lib/Request.ts
@@ -1,4 +1,4 @@
1import { observable, action, computed, makeObservable } from 'mobx'; 1import { action, computed, makeObservable, observable } from 'mobx';
2 2
3// eslint-disable-next-line no-use-before-define 3// eslint-disable-next-line no-use-before-define
4type Hook = (request: Request) => void; 4type Hook = (request: Request) => void;