Sync Integ to Master
[sdc.git] / catalog-ui / src / app / models / artifacts.ts
index 0aa07d1..959480b 100644 (file)
@@ -20,6 +20,7 @@
 
 'use strict';
 
+import * as _ from "lodash";
 import {ArtifactType} from './../utils';
 import {HeatParameterModel} from "./heat-parameters";