diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-13 15:19:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-13 15:19:07 +0000 |
commit | c86b6cd17a3668403f87e96bf4b9a4c64bbc1177 (patch) | |
tree | 7d3d4c5181f7c83bf62da13bafa7df6bb03ae806 /cds-ui/client/src/app/common/shared/shared.module.ts | |
parent | 431da4fe8dfab545b237f372b6d32f5e79526dc4 (diff) | |
parent | 3904918b835bc3bdbcbcc61a07a39cb19160d19e (diff) |
Merge "Remove unwanted component"
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.ts | 8 |
1 files changed, 3 insertions, 5 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 2b3c99370..4ee7cca87 100644 --- a/cds-ui/client/src/app/common/shared/shared.module.ts +++ b/cds-ui/client/src/app/common/shared/shared.module.ts @@ -25,18 +25,16 @@ import { HomeComponent } from './components/home/home.component'; import { CBAWizardComponent } from './components/cbawizard/cbawizard.component'; import { MatToolbarModule,MatIconModule, MatButtonModule, MatSidenavModule, MatListModule, MatGridListModule, MatCardModule, MatMenuModule, MatTableModule, MatPaginatorModule, MatSortModule, MatInputModule, MatSelectModule, MatRadioModule, MatFormFieldModule, MatStepperModule} from '@angular/material'; import { RouterModule } from "@angular/router"; -import { FileuploadComponent } from './fileupload/fileupload.component'; @NgModule({ declarations: [ HomeComponent, - CBAWizardComponent, - FileuploadComponent + CBAWizardComponent + ], exports: [ HomeComponent, - CBAWizardComponent, - FileuploadComponent + CBAWizardComponent ], imports: [ CommonModule, |