Skip to content

Commit

Permalink
Merge pull request #13 from emerson-eps/fix-build-issue
Browse files Browse the repository at this point in the history
fix: import json file
  • Loading branch information
shruthirai authored Jan 10, 2022
2 parents 32b153b + f908d2d commit 2e6982b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-app/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export { colorTableData, DiscreteColorLegend } from './component/Legend/Discrete
export { colorsArray, rgbValues, RGBToHex} from './component/Utils/continousLegend';
export { colorTablesObj, colorTablesArray } from './component/ColorTableTypes';
export { propertiesObj, templateArray } from './component/WelllayerTemplateTypes';
//export const colorTables = require('./component/color-tables');
export const colorTables = require('./component/color-tables');

0 comments on commit 2e6982b

Please sign in to comment.