Catalog alignment
[sdc.git] / catalog-ui / src / app / ng2 / components / ui / modal / add-elements / add-elements.module.ts
index a1c34f5..70ad0a3 100644 (file)
@@ -1,14 +1,11 @@
 /**
  * Created by ob0695 on 11.04.2018.
  */
-import {NgModule} from "@angular/core";
-import {SdcUiComponentsModule} from "sdc-ui/lib/angular/index";
-import {AddElementsComponent} from "./add-elements.component";
-import {CommonModule} from "@angular/common";
+import { NgModule } from "@angular/core";
+import { SdcUiComponentsModule } from "onap-ui-angular";
+import { AddElementsComponent } from "./add-elements.component";
+import { CommonModule } from "@angular/common";
 
-/**
- * Created by ob0695 on 9.04.2018.
- */
 @NgModule({
     declarations: [
         AddElementsComponent