Skip to content

Commit

Permalink
remove constants
Browse files Browse the repository at this point in the history
Signed-off-by: Shan He <heshan0131@gmail.com>
  • Loading branch information
heshan0131 committed Dec 2, 2020
1 parent 9e41444 commit da788b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export {
export {findPointFieldPairs, createNewDataEntry, datasetColorMaker} from './dataset-utils';
export {hexToRgb} from './color-utils';
export {errorNotification} from './notifications-utils';
export {DEFAULT_DATA_NAME, dataURItoBlob, downloadFile} from './export-utils';
export {dataURItoBlob, downloadFile} from './export-utils';
export {calculateLayerData} from './layer-utils';
export {applyFilterFieldName, applyFiltersToDatasets} from 'utils/filter-utils';

Expand Down

0 comments on commit da788b1

Please sign in to comment.