summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/common/shared/shared.module.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/client/src/app/common/shared/shared.module.ts')
-rw-r--r--cds-ui/client/src/app/common/shared/shared.module.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/common/shared/shared.module.ts b/cds-ui/client/src/app/common/shared/shared.module.ts
index 531327d0c..2b3c99370 100644
--- a/cds-ui/client/src/app/common/shared/shared.module.ts
+++ b/cds-ui/client/src/app/common/shared/shared.module.ts
@@ -35,7 +35,8 @@ import { FileuploadComponent } from './fileupload/fileupload.component';
],
exports: [
HomeComponent,
- CBAWizardComponent
+ CBAWizardComponent,
+ FileuploadComponent
],
imports: [
CommonModule,