Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Jan 16, 2020
1 parent 79d9ff0 commit 3e8d869
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/

export { Vis, VisParams } from 'ui/vis';
export { vislibColorMaps, colorSchemas, ColorSchemas } from 'ui/vislib/components/color/colormaps';
export { vislibColorMaps, colorSchemas, ColorSchemas } from 'ui/color_maps';
// @ts-ignore
export { getHeatmapColors } from 'ui/vislib/components/color/heatmap_color';
export { getFormat } from 'ui/visualize/loader/pipeline_helpers/utilities';
Expand Down

0 comments on commit 3e8d869

Please sign in to comment.