Skip to content

Commit

Permalink
fixing import
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Jul 26, 2021
1 parent 209db32 commit fe5dd2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/visualizations/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ export {
export { VisualizationListItem, VisualizationStage } from './vis_types/vis_type_alias_registry';
export { VISUALIZE_ENABLE_LABS_SETTING } from '../common/constants';
export { SavedVisState, VisParams } from '../common';
export { ExpressionValueVisDimension } from './expression_functions/vis_dimension';
export { ExpressionValueVisDimension } from '../common/expression_functions/vis_dimension';

0 comments on commit fe5dd2f

Please sign in to comment.