diff options
author | 2019-02-12 19:49:28 +0000 | |
---|---|---|
committer | 2019-02-12 19:49:28 +0000 | |
commit | 4d7339f63729696917c99a3382df7a951e79ffca (patch) | |
tree | 7614f37275713376b427c793b0b73890c142dd03 /cds-ui/client/src/app/common/shared | |
parent | 568eec22ed544ce82eb39e0b17fbcde8787663ac (diff) | |
parent | cbad207d520e166305de58e5c23bda3c78781a69 (diff) |
Merge "CBA Blueprint Wizard"
Diffstat (limited to 'cds-ui/client/src/app/common/shared')
-rw-r--r-- | cds-ui/client/src/app/common/shared/shared.module.ts | 3 |
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, |