aboutsummaryrefslogtreecommitdiffstats
path: root/src/@types/stores.types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/@types/stores.types.ts')
-rw-r--r--src/@types/stores.types.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/@types/stores.types.ts b/src/@types/stores.types.ts
index bbb37cff9..edea41ea9 100644
--- a/src/@types/stores.types.ts
+++ b/src/@types/stores.types.ts
@@ -2,8 +2,8 @@ import Workspace from '../features/workspaces/models/Workspace';
2import Recipe from '../models/Recipe'; 2import Recipe from '../models/Recipe';
3import Service from '../models/Service'; 3import Service from '../models/Service';
4import User from '../models/User'; 4import User from '../models/User';
5import { Request } from '../stores/lib/Request'; 5import Request from '../stores/lib/Request';
6import { CachedRequest } from '../stores/lib/CachedRequest'; 6import CachedRequest from '../stores/lib/CachedRequest';
7import Reaction from '../stores/lib/Reaction'; 7import Reaction from '../stores/lib/Reaction';
8 8
9// TODO: This file will be removed in the future when all stores are 9// TODO: This file will be removed in the future when all stores are