Skip to content

Commit

Permalink
[Chore]: extra export (#1925)
Browse files Browse the repository at this point in the history
  • Loading branch information
igorDykhta committed Aug 16, 2022
1 parent 4fc8596 commit c9ef697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/index.ts
Expand Up @@ -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,
Expand Down

0 comments on commit c9ef697

Please sign in to comment.