aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/src/stores/ServiceState.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared/src/stores/ServiceState.ts')
-rw-r--r--packages/shared/src/stores/ServiceState.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/shared/src/stores/ServiceState.ts b/packages/shared/src/stores/ServiceState.ts
index ad49321..d311a70 100644
--- a/packages/shared/src/stores/ServiceState.ts
+++ b/packages/shared/src/stores/ServiceState.ts
@@ -20,7 +20,7 @@
20 20
21import { Instance, SnapshotIn, types } from 'mobx-state-tree'; 21import { Instance, SnapshotIn, types } from 'mobx-state-tree';
22 22
23import Certificate from './Certificate'; 23import Certificate from './Certificate.js';
24 24
25const ServiceState = /* @__PURE__ */ (() => 25const ServiceState = /* @__PURE__ */ (() =>
26 types.optional( 26 types.optional(