Skip to content

Commit

Permalink
fixing rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Nov 26, 2019
1 parent de76416 commit 46178c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import {
} from '../../../../../ui/public/filter_manager/query_filter';

import { buildTabularInspectorData } from '../../../../../ui/public/inspector/build_tabular_inspector_data';
import { calculateObjectHash } from '../../../../../ui/public/vis/lib/calculate_object_hash';
import { calculateObjectHash } from '../../../../visualizations/public';
import { getTime } from '../../../../../ui/public/timefilter';
// @ts-ignore
import { tabifyAggResponse } from '../../../../../ui/public/agg_response/tabify/tabify';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ export { buildPipeline, buildVislibDimensions, SchemaConfig } from './legacy/bui

// @ts-ignore
export { updateOldState } from './legacy/vis_update_state';
export { calculateObjectHash } from './legacy/calculate_object_hash';

0 comments on commit 46178c2

Please sign in to comment.