aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular/common/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/angular/common/index.ts')
-rw-r--r--src/angular/common/index.ts7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/angular/common/index.ts b/src/angular/common/index.ts
index 839eba9..81d39b1 100644
--- a/src/angular/common/index.ts
+++ b/src/angular/common/index.ts
@@ -1,3 +1,4 @@
-import * as SdcUiCommon from './enums';
-
-export { SdcUiCommon };
+export * from './enums';
+export * from '../modals/models/modal-config';
+export * from '../checklist/models/Checklist';
+export * from '../checklist/models/ChecklistItem';