aboutsummaryrefslogtreecommitdiffstats
path: root/packages/main/src/stores/Service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/main/src/stores/Service.ts')
-rw-r--r--packages/main/src/stores/Service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/main/src/stores/Service.ts b/packages/main/src/stores/Service.ts
index 8ba8098..9256f65 100644
--- a/packages/main/src/stores/Service.ts
+++ b/packages/main/src/stores/Service.ts
@@ -30,7 +30,7 @@ import {
30import { type Instance, getSnapshot, cast, flow } from 'mobx-state-tree'; 30import { type Instance, getSnapshot, cast, flow } from 'mobx-state-tree';
31 31
32import type { ServiceView } from '../infrastructure/electron/types'; 32import type { ServiceView } from '../infrastructure/electron/types';
33import { getLogger } from '../utils/log'; 33import getLogger from '../utils/getLogger';
34 34
35import { getEnv } from './MainEnv'; 35import { getEnv } from './MainEnv';
36import ServiceSettings from './ServiceSettings'; 36import ServiceSettings from './ServiceSettings';