aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared/src/index.ts')
-rw-r--r--packages/shared/src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/shared/src/index.ts b/packages/shared/src/index.ts
index 95af73a..e3da192 100644
--- a/packages/shared/src/index.ts
+++ b/packages/shared/src/index.ts
@@ -56,6 +56,7 @@ export { default as ProfileSettings } from './stores/ProfileSettings';
56export { 56export {
57 default as ServiceBase, 57 default as ServiceBase,
58 defineServiceModel, 58 defineServiceModel,
59 SecurityLabelKind,
59} from './stores/ServiceBase'; 60} from './stores/ServiceBase';
60 61
61export type { 62export type {