aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/src/stores/ServiceBase.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared/src/stores/ServiceBase.ts')
-rw-r--r--packages/shared/src/stores/ServiceBase.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/shared/src/stores/ServiceBase.ts b/packages/shared/src/stores/ServiceBase.ts
index 0e4be97..7bd1d68 100644
--- a/packages/shared/src/stores/ServiceBase.ts
+++ b/packages/shared/src/stores/ServiceBase.ts
@@ -20,10 +20,10 @@
20 20
21import { IAnyModelType, Instance, types } from 'mobx-state-tree'; 21import { IAnyModelType, Instance, types } from 'mobx-state-tree';
22 22
23import type { CertificateSnapshotIn } from './Certificate'; 23import type { CertificateSnapshotIn } from './Certificate.js';
24import type Profile from './Profile'; 24import type Profile from './Profile.js';
25import ServiceSettingsBase from './ServiceSettingsBase'; 25import ServiceSettingsBase from './ServiceSettingsBase.js';
26import ServiceState from './ServiceState'; 26import ServiceState from './ServiceState.js';
27 27
28export enum SecurityLabelKind { 28export enum SecurityLabelKind {
29 Empty = 'empty', 29 Empty = 'empty',