From c9ef6972ebf3e554e270e3756cec5b678c8d646e Mon Sep 17 00:00:00 2001 From: Igor Dykhta Date: Tue, 16 Aug 2022 20:10:21 +0300 Subject: [PATCH] [Chore]: extra export (#1925) --- src/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/index.ts b/src/utils/index.ts index 8610371a55..822bfdd219 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -29,7 +29,7 @@ export { export {createNewDataEntry, datasetColorMaker, findDefaultColorField} from './dataset-utils'; export {hexToRgb} from './color-utils'; export {errorNotification} from './notifications-utils'; -export {dataURItoBlob, downloadFile} from './export-utils'; +export {dataURItoBlob, downloadFile, exportJson} from './export-utils'; export {calculateLayerData, prepareLayersToRender, prepareLayersForDeck} from './layer-utils'; export { applyFilterFieldName,