aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/src/stores/Profile.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared/src/stores/Profile.ts')
-rw-r--r--packages/shared/src/stores/Profile.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/shared/src/stores/Profile.ts b/packages/shared/src/stores/Profile.ts
index 49c5195..7d00925 100644
--- a/packages/shared/src/stores/Profile.ts
+++ b/packages/shared/src/stores/Profile.ts
@@ -18,9 +18,9 @@
18 * SPDX-License-Identifier: AGPL-3.0-only 18 * SPDX-License-Identifier: AGPL-3.0-only
19 */ 19 */
20 20
21import { Instance, types } from 'mobx-state-tree'; 21import { type Instance, types } from 'mobx-state-tree';
22 22
23import ProfileSettings from './ProfileSettings'; 23import ProfileSettings from './ProfileSettings.js';
24 24
25const Profile = /* @__PURE__ */ (() => 25const Profile = /* @__PURE__ */ (() =>
26 types.model('Profile', { 26 types.model('Profile', {