aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/ServicesStore.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/ServicesStore.ts')
-rw-r--r--src/stores/ServicesStore.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/stores/ServicesStore.ts b/src/stores/ServicesStore.ts
index e690b3791..4c1b4116c 100644
--- a/src/stores/ServicesStore.ts
+++ b/src/stores/ServicesStore.ts
@@ -5,9 +5,9 @@ import ms from 'ms';
5import { ensureFileSync, pathExistsSync, writeFileSync } from 'fs-extra'; 5import { ensureFileSync, pathExistsSync, writeFileSync } from 'fs-extra';
6import { join } from 'path'; 6import { join } from 'path';
7 7
8import { Stores } from 'src/@types/stores.types'; 8import { Stores } from '../@types/stores.types';
9import { ApiInterface } from 'src/api'; 9import { ApiInterface } from '../api';
10import { Actions } from 'src/actions/lib/actions'; 10import { Actions } from '../actions/lib/actions';
11import Request from './lib/Request'; 11import Request from './lib/Request';
12import CachedRequest from './lib/CachedRequest'; 12import CachedRequest from './lib/CachedRequest';
13import matchRoute from '../helpers/routing-helpers'; 13import matchRoute from '../helpers/routing-helpers';