Sync Integ to Master
[sdc.git] / catalog-ui / src / app / directives / export-json-to-excel / export-json-to-excel.ts
index c4800fc..25e7143 100644 (file)
@@ -19,6 +19,7 @@
  */
 
 'use strict';
+import * as _ from "lodash";
 import {FileUtils} from "app/utils";
 
 export interface IJsonExportExcelScope extends ng.IScope {