Service Import - Read metadata from csar
[sdc.git] / catalog-ui / src / app / utils.ts
index 1d2eafb..ccf9156 100644 (file)
@@ -22,7 +22,6 @@
  * Created by ob0695 on 2/23/2017.
  */
 export * from './utils/dictionary/dictionary';
-export * from './utils/artifacts-utils';
 export * from'./utils/file-utils'
 export * from './utils/validation-utils'
 export * from './utils/component-factory';
@@ -33,3 +32,4 @@ export * from './utils/menu-handler';
 export * from './utils/constants';
 export * from './utils/common-utils';
 export * from './utils/functions';
+export * from './utils/service-csar-reader';