Sync Integ to Master
[sdc.git] / catalog-ui / src / app / utils / validation-utils.ts
index 6b45149..cd90ba7 100644 (file)
@@ -18,6 +18,8 @@
  * ============LICENSE_END=========================================================
  */
 
+import * as _ from "lodash";
+
 class basePattern {
     pattern:RegExp;
     base:number;